Working in a Third Style theme and trying to figure out how to delete a byline on a single post. I don't see any simple way to do it within the theme. Is there a quick and easy code I can drop in to accomplish this?
Working in a Third Style theme and trying to figure out how to delete a byline on a single post. I don't see any simple way to do it within the theme. Is there a quick and easy code I can drop in to accomplish this?
If you only want it to happen for one post, you would probably have to use Conditional Tags.
Thanks. Kind of what I figured ... any idea where in the Third Style code I'd want to insert one?
In single.php of your theme where it displays the_author. If you want to avoid losing your changes if/when you do a theme upgrade, you can make a Child Theme rather than editing the theme files directly.
You must log in to post.