Display a list of the blog's authors (users)
<?php wp_list_authors(); ?>
Added to WordPress by Andy Lobban
Displays a link to all posts by an author
<?php the_author_posts_link(); ?>
Added to WordPress by Andy Lobban
Display the total number of posts an author has published
<?php the_author_posts(); ?>
Added to WordPress by Andy Lobban