/ Published in: PHP
Expand |
Embed | Plain Text
<?php $curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author')); ?> <strong>About the Author:</strong> <?php the_author_posts_link(); ?><br />
You need to login to post a comment.
