Reply To: Comment author link to author.php rather than website url

Home Forums Support Comment author link to author.php rather than website url Reply To: Comment author link to author.php rather than website url

Home Forums Support Comment author link to author.php rather than website url Reply To: Comment author link to author.php rather than website url

#185847
Pete

Nope not working in any theme? What piece of template-tag.php code would I need to use this code below to link the author name to their profile page? (ALL users are authors)


<a href ="<?php bloginfo('url'); ?>/?author=<?php echo $comment->user_id ?>"><?php echo $comment->comment_author?></a>