Hi.. I am running a multi user blog with members contributing content, and I want the author name to appear with the post..right now I have only the date, category and the number of comments
Help!
Hi.. I am running a multi user blog with members contributing content, and I want the author name to appear with the post..right now I have only the date, category and the number of comments
Help!
I think that would be a theme tag. Add <?php the_author() ?> to the page (index, page, etc) where you want the name to show
If you have multiple user account in WP with Author rights the post will automatically show their name for each post. Make sure they login to their own account
This topic has been closed to new replies.