Skip to content
Public Ticket #7047

Hide featured on Some posts

Conversation thread

PenciDesign replied

Staff Reply

Hi,

Unfortunately, currently this theme doesn't support this feature. We will consider to add more this feature in the future updates.

Now, if you want to hide featured image for special posts, please add more this code to Customize >Custom CSS:

body.postid-250 .post-image{ display: none; }

Notes:

1/ Change value  250 on the above code to post ID of post you want to hide featured image. Check this guide to know how to find ID of a post.

2/ If you want to hide featured images for multiple posts, please use the code like this:

body.postid-250 .post-image,
body.postid-251 .post-image,
body.postid-252 .post-image,
body.postid-253 .post-image { display: none; }

Change values:  250, 251, 252, 253 for post IDs of posts you want to hide featured images.

Best Regards,

PenciDesign

ZaytoonMedia replied

Customer Reply

I need it per post not global or worst case per category 

I want to show image on majority posts just occasional one I don’t need. Usually a standard feature in most themes. 

PenciDesign replied

Staff Reply

Hi,

Please go to Customize > Single Post Options > and check to "Hide Featured Image on Top"

Best Regards,

PenciDesign

ZaytoonMedia started the conversation

Conversation Start

Hi 

I'm sure i know the answer which is i want to hide featured image on some post or a particular category. But just in the Single post page and leave it visible on rest of site.

Just to stop duplication of same thing. If it can'tr be done in theme any ideas on a plugin or something else that can be done 

Thanks

Want to join this conversation or access attachments? Sign in first.