Post Settings Per Category or Custom Post Type

Posted in: Newspaper
Post count: 31

Hi,

In the admin area > theme panel > layout settings > post settings, there is the usual options to show/hide several items. Is there anyway to switch some of these on/off universally for a particular category or custom post type?

For instance I have a category and custom post type where I don’t want to display author or date.

Post count: 31

Apologies – seen this has been requested already. Any guidance on how to accomplish it would be awesome, even if it means updating the DB ourselves

Post count: 7909

Hi,

The theme doesn’t have an option to remove date and author on articles from a specific category and you will need custom modifications to achieve that. For example you could try in_category() function like this:
*for date(use the same function also on modules) in td_module.php file – http://screencast.com/t/saZTUxhGmwHq
*for author please edit td_module_single_base.phphttp://screencast.com/t/XAOzPjVnC

Thanks!

Post count: 31

Thanks

I’ve achieved it by creating single-event.php and then using loop-event.php within it, both customised.

Again, would be ever so useful to set this in the front end rather than editing files

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