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

How to remove featured images from posts?

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. 7 years, 1 month ago Support Assistants

    Hi Mandy

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

  2. 7 years, 1 month 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. 7 years, 1 month ago Support Assistants

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

  4. 7 years, 1 month 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. 7 years, 1 month ago Support Assistants

    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. 7 years, 1 month 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. 7 years, 1 month ago Support Assistants

    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. 7 years, 28 days ago Mandy Steenbergen

    Thank you, that worked perfectly!

  9. 7 years, 28 days ago Support Assistants

    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