Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale 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>’;
}
*/