alobabdub
Member
Posted 3 years ago #
I would like to know if there is a way to automatically show the author of a post. I have a website prospectivevalue.com
that has multiple authors and I would like viewers to see who posted what article. I have searched but not found anything that works yet. If there is a automated way that would be preferable to code.
That's simple enough: Just put the template tag:
<?php the_author(); ?>
... somewhere in the single.php and index.php files and anywhere else you want to show the author.
Read more:
Template Tags: http://codex.wordpress.org/Template_Tags
The Author Template Tag: http://codex.wordpress.org/Template_Tags/the_author
==
[sig removed per forum rules]