How to link to the current User/Author Profile page?
if i am guessing it right you need to use <?php the_author_posts_link(); ?> function to link to the author page Note: Remember the function will only be useful if you want to link to the author of a post not a particular user Source: http://codex.wordpress.org/Template_Tags/the_author_posts_link