Featured Image or Post Thumbnail Displaying on index.php?

WordPress will never use single.php to render the site front page. Refer to the Template Hierarchy for Site Front Page:

  • front-page.php
  • Static page hierarchy: $custom-template.php, page-$slug.php, page.php
  • Blog posts index hierarchy: home.php
  • index.php

Ensure that you are calling body_class() inside of the HTML <body> tag, and provide a live link to your site, and we can provide a more specific answer regarding which file to edit.