Remove post featured image only on post inside page

Hello.

I’m trying to finish a site a have a couple of questions please:

  1. On the home page, we’ve set up a posts section using the “Classic recent posts” element. This shows the title, date and featured image for each of these posts. Now, I need this feature image to only be visible on the home page’s “Classic recent posts” element but not on each individual post page… for each of these individual posts we’ve set up an Envira Gallery, so we don’t need the feature image there. Does this make sense? Please look at private note for links.

Thanks!!

Hi @Jacko_Pinto,

If I understand you correctly you just need to hide the featured image in the post pages. If that is the case you can add the CSS code below to X > Theme options > CSS:

.single-post .entry-featured {
    display: none;
}

I’d appreciate you elaborate more if I did not understand you correctly.

Thank you.

That’s exactly what I needed. Thanks very much!

Sorry, something else came up and didn’t want to open a new post for it.

If I go the category view (please see link on private note)… only some of the posts show the Excerpt yet all have text on them… why does it show up for some and not for others?
Thanks!

Hello @Jacko_Pinto,

Please edit each of those posts and add a featured image.

For classic WP editor:

For Gutenberg editor:

If you use Cornerstone in building those post articles, there will be no excerpts to display all because automatic excerpts will be generated dynamically by WordPress from the very first 55 words of the post contents. If you wrap the text with shortcodes such as the Cornerstone formatting shortcodes, the text will be discarded and no excerpts will be displayed. You must enable and add manual excerpts instead. Manual Excerpts are optional hand-crafted summaries of your content that can be used in your theme. Learn more about manual excerpts.

Hope this helps.

Thank for very much for your help!

You’re most welcome, Jacko.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.