Hide meta information

Posted in: Newspaper
Post count: 21

Hi,

I want to hide meta information like author name, date etc of the following category:
http://scotomastudio.com/upcoming-events/

Please let me know how to do so!

Post count: 22421

Hello,

But the page you mention is not a category. It is a static page. If you want to hide the meta information of a category in blocks that appear in pages and not in the category template, you will have to alter the theme code and wrap the meta information in a function that checks for the category the post is in. This has to be done on each module in particular as the meta information is added in particular for each module:

<?php if ( in_category('fruit') ) {} ?>
You can wrap the meta info iun the function like so: https://www.screencast.com/t/70VNFtLR

Thank you!

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