I currently have the author name showing under a post title as defined in single.php:
By <?php the_author(); ?>
however, I would like the exclude the author name from certain posts while still showing it in others. is there a way to do this? I was thinking through custom fields, but not sure how.
alternatively, is it possible to exclude a certain author's name from showing up? ie, if "admin" writes a post, then the author name would not show under the post title, but if someone else is the author, it shows up regularly?