| 0 Comments | Discuss it here |
Posted on Tuesday, September 29, 2009 by admin in the Wordpress category.
Here is how you can display a list of the authors (users) associated with your Wordpress Blog, and if the user has authored any posts, the author name is displayed as a link to their posts. Optionally this tag displays each author’s post count and RSS feed link.
<?php wp_list_authors( $args ); ?>






