Hide author data and author box from specific category?

Posted in: Newspaper
Post count: 73

I would delete the data of the author and the author box of a specific category. What I have to put in Custom CSS to delete?

Thank you

Post count: 22421

Hello,
If you want to target a specific category page you can use the category id: http://screencast.com/t/5sqbnaabaH
You can use this id to target elements on the particular category page you want:
for example on my cat page:

.category-96 .td-module-meta-info{
display:none
}

If this is not what you mean and you want to always hide the author for posts from a specific category, that cannot be done with css as a condition will be needed in the php files. You will have to edit every post template and use a php function: https://codex.wordpress.org/Function_Reference/in_category
I hope this helps.
Thank you!

  • This reply was modified 10 years by Bogdan B..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.