WordPress Display Author page link

Home » Blog » WordPress Display Author page link

Following code is used to create authors page link without displaying the author name publicly.
You have to use this code inside wordpress the_loop.

<?php
$user_info = get_the_author_meta('user_nicename',$post->post_author);
$author_url=get_author_posts_url($post->post_author,$user_info);
?>
<p><a href="<?php echo $author_url; ?>" title="View All posts By this author">View All posts By this author</a></p>

Tags: ,

Got something to say? Go for it!

How to remove the http://t.co/XhUQ8T6p link from Login / Register Page: On self hosted wordpress blogs wordpress ... http://t.co/LWDOuEfq - 1 week ago