Home>Support>How to remove featured images from posts?

How to remove featured images from posts?

Hi,

I’m struggling with how to hide featured images in the content of posts, while still showing them on the blog page.
Plugins like ‘Hide featured image’ do not work unfortunately.
What is the best alternative way for hiding features images within certain posts?

Thanks in advance!

Mandy

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 3 months ago SiteOrigin
    Hi, I Work Here

    Hi Mandy

    Have you perhaps tried the setting at AppearanceCustomizeTheme SettingsBlogFeatured Image
    (Show the featured image on a post single page.)

  2. 6 years, 3 months ago Mandy Steenbergen

    Thanks for your reply!
    I have indeed already tried that, but unticking the box does not seem to change anything.
    Therefore, I was hoping the setting could also be changed with Custom CSS?
    Or do you know of any reason why the appearance setting does not work?

  3. 6 years, 3 months ago SiteOrigin
    Hi, I Work Here

    Do you have a public URL where we can take a look at what’s going on?

  4. 6 years, 3 months ago Mandy Steenbergen

    The site is http://www.agbbouw.nl.
    Both the pages of ‘projecten’ and ‘referenties’ consist of posts from which I want to remove the featured image.

  5. 6 years, 3 months ago SiteOrigin
    Hi, I Work Here

    Do you want to remove the image on the archive or the single post page? The image on the single post page isn’t a featured image, you’d need to remove it in the post. If it isn’t in the post, your child theme is adding it.

  6. 6 years, 3 months ago Mandy Steenbergen

    I want to remove it from the single post page, but I can’t remove it in the post. Do you know how I can prevent the child theme from adding it?

  7. 6 years, 3 months ago SiteOrigin
    Hi, I Work Here

    Unfortunately, it isn’t visible in the source code how the child theme is adding it, that’ll be contained in the child theme files. This is all custom so ideally, the developer that built this or another developer would assist with these changes. You can try hide the image and undo the custom containers setup there with:

    .single #main article .entry-content {
    	padding-right: 0;
    	width: 100%;
    }
    
    .single #main article .img_container img {
    	display: none;
    }
  8. 6 years, 3 months ago Mandy Steenbergen

    Thank you, that worked perfectly!

  9. 6 years, 3 months ago SiteOrigin
    Hi, I Work Here

    Super, glad that helped. All the best.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More