When I'm on the main page, of my site, site.com it shows an excerpt of each post along with a category to the side. it also displays the same thumbnail image but above the content and I'm guessing because its grabbing the first image in the post.. I already tried removing <?php the_post_thumbnail();?> from the single.php and it didnt help.
How do I stop any additional images from displaying on the homepage?