logo

This is an old version of this answer!

Return to the current answer
Add something like this:

<?php
global $user_ID;
$user_info = get_userdata($user_ID);
$current_link = get_author_posts_url($user_id,$user_info->user_nicename);
echo '<a href="'.$current_link.'">View All Posts From This Author</a>;
?>

MagoryNET | 08/31/10 at 3:38am

This is an old version of this answer!

Return to the current answer