I would try this code snippet where the thumbnail used to be:
<?php
if(!is_single()){
if ( has_post_thumbnail()) { the_post_thumbnail('thumbnail');}
}
?>
So it will show the thumbnails everywhere except on a single post.
Let me know if it works. Otherwise post the original standard.php file contents so I can see exactly where to fit this code.
Have a look at standard.php in includes/post-formats/ and you should find something like <?php the_post_thumbnail(‘thumbnail’); }?> which you can remove.
Hi you can add the following link to get to your RSS feed:
http://www.finishingstrong.info/feed/
Hope this is what you mean.