Just add this to any of your desired theme’s template. Example:
<div class="author vcard">
By <a class="url fn n" href="<?php echo get_author_posts_url(get_the_author_meta('ID')); ?>"><?php the_author(); ?></a>
</div>
Modify accordingly and must be within the loop.
Hi Zeo,
Let me be more specific.
I would like to add a page that will have all my authors names and I would like their names to be hyper links so that when the user clicks on one of them, he will get all his posts.
I hope that I explained it successfully.
Ooo…
Even with a plugin, you still need to create the Page Author rite? see: http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
Then if simple stuff, u can add wp_list_authors() to that template. If u want some fancy list, you can search http://wordpress.org/extend/plugins. I’m sure there’s a few plugin for Author listing.