Hide author from particular category in post template

Posted in: Newspaper
Post count: 21

Hi,
I’m using post template 1. I want to hide author name in a particular category and just display the date. Please tell me how to do so.
Thanks!

Post count: 22421

Hello,

This modification can only be made using php. You will have to alter the code for the post style 1 template and wrap the get_author function in a condition like so:
https://www.screencast.com/t/li9JVOxb0P

<?php if (!in_category('gadgets')){echo $td_mod_single->get_author();}?>

Thank you!

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