Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1908364
Hide featured on Some posts
Closed

Comments

  • ZaytoonMedia started the conversation

    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

     

  •  2,699
    PenciDesign replied

    Hi,

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


    Best Regards,

    PenciDesign

  • ZaytoonMedia replied

    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. 

  •  2,699
    PenciDesign replied

    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