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