Hide Feature Image IN the Post by Post Type or Category

Posted in: Newspaper
Post count: 159

Say I want to hide all feature images that show inside the certain post types or categories (not the thumbs in the modules, I want to keep them visible.) Is this possible?

Thanks!
IC

Post count: 23312

Hello InstallationComplete,

Unfortunately, our theme does not have such an option for what you want to achieve. If you want to hide your featured images for certain post type or categories, you have to do some additional customization through code that involves custom work. The code file where you need to do these customizations is td_module_single_base.php -> http://screencast.com/t/JewCFS9M4 and there you have to add some conditions which have to check the category and the post type. As a hint, you have to use in_category() and get_post_type() in order to achieve as you want. For more references about these functions, please check here -> https://developer.wordpress.org/reference/functions/get_post_type/ -> https://developer.wordpress.org/reference/functions/in_category/
Please notice that is not a simple task to accomplish this and is needed to have some solid knowledge about PHP/HTML to do that. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Hope this helps!

Thank you for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.