Reply To: Display one image on Recent Posts
September 29, 2016 at 10:02 am
#1792
Juan Antonio Villanueva
Participant
Doing that with multiple images (or with Photo Gallery), the featured image appears twice in the post (with different size)
At the moment I’ve edited content-single.php file…
/*
if (has_post_thumbnail() ){
echo ‘<div class=”post-thumb blogsingle”>’;
the_post_thumbnail();
echo ‘</div>’;
}
*/