X

How to link all author posts on wordpress

Adding this PHP code to your WordPress theme will display a link to all posts by a particular author.

<?php
         the_author_posts_link();
?>