Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Display one image on Recent Posts

#1792

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>’;
}
*/