Notating Guest Bloggers
-
I know that the_author() coughs back the name of the author – but what is the underlying variable?
I want to be able to note when a post is from a guest blogger so I was trying.
<?php the_author() ?>
<?php if (some_variable != my_name_or_id) { echo ", Guest Blogger";} ?>
Wasn’t sure what my choices were for the author variable of a certain post as well as my own variable as an author.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Notating Guest Bloggers’ is closed to new replies.