• The featured images show up on my sites homepage, but then they disappear when you’re looking at an individual post. How do I fix that?

Viewing 1 replies (of 1 total)
  • Theme Author Caroline Moore

    (@sixhours)

    You can add the post thumbnail in content-single.php, either by copying the thumbnail code from content.php, or put the following snippet where you want it to appear in single post view:

    <?php the_post_thumbnail(); ?>

    I would do this in a child theme — you’d copy content-single.php from the parent theme into your child theme and make changes there. That way they will not be overwritten by future theme updates.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Images on Post Page’ is closed to new replies.