July 16, 2016 at 5:11 pm
#45996
david.danaan
Participant
I was wrong. There’s still an issue – this code
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail(); } ?>
added before the_content is called results in two instances of the post content, one with the featured image, and one below that without the featured image. What am I doing wrong?