Please can someone help?!
I have the post (single.php) showing the author, using this bit of HTML
<h5>By <?php $author = the_author(); ?></h5>
Now I'd like so that a user can click on the author's name which will be a link to retrieve a list of all the posts by that author. Is there an easy way to do this?
Thank you so much!