Authors name only on specifically post category

Posted in: Newsmag
Post count: 14

Hello,

We have set a wordpress site with Newspaper theme.We are writing to enquire about the authors name!We want to show the author name only on specifically post category.Could us recommend a solution?

Thank you.
Best Regards,
Antonis

Post count: 22421

Hello Antonis,

If you want to show the post author only on specific categories, you will have to alter the theme code as there is no such option in our theme.
You can use this function: https://developer.wordpress.org/reference/functions/in_category/ and create a condition for every post template that you use.
You can use this code:
get_author();
}?>

to replace this code for every post template you want to modify (every post style has it;s own file): http://screencast.com/t/MSRadHHhaHsE

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.