Switching post template per category

Posted in: Newspaper
Post count: 79

Hello,

I am trying to make some modifications so to automatically set a certain post template at all posts that are in category “XYZ”. All the others should have the default.

I am able to target these posts with
if (in_category( 'XYZ' )) {

}

but I can’t figure out where and how in your code you set the template… I was experimenting with setting values to $td_post_theme_settings[‘td_post_template’] at the single.php but it didn’t work…

Any help is much appreciated

Post count: 22421

Hello,

There is no option for this in the theme panel, but you can alter the theme files do achieve this. Please follow this topic to find the solution: https://forum.tagdiv.com/topic/different-post-template-for-one-category/

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.