- This topic has 1 reply, 2 voices, and was last updated 7 years, 5 months ago by .
Featured Image not displaying on single posts
You must be logged in to reply to this topic.
Hi, I’d also like my featured image to display on single posts. Please can you provide details of how to do edit the content-single.php file or provide an update to do this.
Many thanks
Hello there,
My apologies for the late response. To print the Featured image on the single post page, you may want to add the code below to /loop-templates/content-single.php file.
<?php echo get_the_post_thumbnail( $post->ID, ‘large’ ); ?>
You can paste it to the 16th line of the file (just below the <header class=”entry-header”>), to print the thumbnail above post title.
Please contact me if there are any problems.
Thanks for your patience,
Piotrek
You must be logged in to reply to this topic.