Hide specific Categories on Post Page

Posted in: Newspaper
Post count: 13

Hi,

would like to check if it’s possible to hide specific categories on the article page?

Here’s a sample:

The key is to hide one of the orange tabs.

Thanks!

Post count: 22421

Hello Jethron,

There is no option to hide specific category titles. There is an option to remove all category titles though: http://screencast.com/t/eDMrVMtk
Unfortunately the theme settings are not THAT specific, but you can use a custom css to do it.
There is just one problem. You cannot select a category tag by name. It can only be selected by number: first one, second one, third one…so you can remove a specific category but only on that position. If in one post the category you want to hide is displayed as the second one and on other post it is the third it will not work and it will hide another category you do not want hidden.
Bottom line: if you use this code, make sure the category you want to hide has the same position in every post.

.td-post-title .td-category li:nth-child(2){
display:none;
}

Thank you.

Post count: 156

I am not too sure on specific article/post, but you could try a plugin named “Collapsing Categories”, we are using it now, it gives many flexibilities

Post count: 22421

You can also try a plugin as AilyRoot suggested (thanks AilyRoot), but we have not tested this kind of plugin with our theme so we cannot assure it’s functionality. You can try it out and see how it works.
Thank you!

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