Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    Hi Damiaan,

    I don’t think that I set up the theme to display featured images.
    So if you wanted to you would have to do more than just CSS changes.

    Have you created a child theme yet?

    If so, then in your content-single.php you would need to add this on line #21

    <?php if ( has_post_thumbnail( ) ) {
    			the_post_thumbnail();
    		 } ?>
    Thread Starter Damiaan van Vliet

    (@damnsharp)

    Great Christine, I will try it. Thanks for the quick reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘featured image possible’ is closed to new replies.