pasargad
Member
Posted 3 years ago #
Hi,
I have 3 different users who will post in my blog. I have created these 3 users but the problem is that when they write a post you can't see who's the author of the post. Where can I change so that you can see in the post "By admin" or "By user2" under the post.
I appreciate any help.
Regards
Sounds like your theme just needs an author tag added. Here's the list of options: http://codex.wordpress.org/Template_Tags#Author_tags
You probably want to start with the top one "the_author"
pasargad
Member
Posted 3 years ago #
Thanks HandySolo for your answer. You are right I want "the_author" but I dont understand. Where do I put this tag?
In your theme's index.php as part of The_Loop. Presumably write below the title or something.