adding featured image in posts
-
Hi,
This is a great theme! The only thing wrong to me was that posts weren’t showing featured images. Those only appeared on the index page. That didn’t suit me as my previous theme wasn’t like that, and I didn’t want to modify all my posts. Happily, the solution is easy. It just takes adding:
<div class="featured-image"> <?php the_post_thumbnail('full-width'); ?> </div>
in content-single.php
just after:
<div class="entry-content">
You can see the result here:
https://www.motornature.com/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘adding featured image in posts’ is closed to new replies.