0
votes
2answers
288 views

If statement for is_author of a post

I want to show something in the sidebar of a post only if the author of the post equals a specific author or username. I was looking at is_author() but that doesn't seem to do the trick.
2
votes
2answers
2k views

How To Remove The Author(s) From Certain Posts

There are certain posts on the website I'm developing, that don't need the author(s) by-line. (such as press releases) Is there any method, that allows me to remove the author (and co-authors) for ...