File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44$ date = RH_Helpers::get_date_values ( $ post ->post_date );
55
66$ context = array (
7- 'the_title ' => get_the_title (),
8- 'display_date ' => $ date ->display_date ,
9- 'machine_date ' => $ date ->machine_date ,
10- 'featured_image ' => RH_Media::render_image_from_post (
7+ 'the_title ' => get_the_title (),
8+ 'display_date ' => $ date ->display_date ,
9+ 'machine_date ' => $ date ->machine_date ,
10+ 'featured_image ' => RH_Media::render_image_from_post (
1111 $ post ->ID ,
1212 array (
1313 'link_url ' => get_the_post_thumbnail_url ( $ post ->ID , 'original ' ),
1616 ),
1717 )
1818 ),
19- 'the_content ' => apply_filters ( 'the_content ' , get_the_content () ),
19+ 'the_content ' => apply_filters ( 'the_content ' , get_the_content () ),
2020);
2121Sprig::out ( 'single-post.twig ' , $ context );
You can’t perform that action at this time.
0 commit comments