• Hi there – I’ve reviewed a number of topics here on this issue of Featured Images appearing in posts when they are not wanted, but nothing quite like my situation.

    My site is scoutlovely.com and I’m using the Olsen Premium template.

    You’ll see that the featured image is on the homepage slider, as well as the first image in the post underneath the slider. However, if you click into the single post, it is not the first image on that page. I would like the featured image to only appear in the homepage slider, and in the latest blog posts section.

    I tried deleting the various snippets of code with “thumbnail” in it on the single.php page and that did not change anything.

    Any help someone could provide would be much appreciated – and preferably in a simple manner as I’m not incredibly code savvy.

Viewing 1 replies (of 1 total)
  • Hi,

    As you said, it is a premium theme, so i can’t download and check the files to make changes, you can contact theme support team.

    For quick solution try to use the below CSS, this will just hide the featured images from home page blogs listing, will not prevent loading images.

    body.home article .entry-featured{
    	display:none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image In Post’ is closed to new replies.