Adding this PHP code to your WordPress theme will display a link to all posts by a particular author.
<?php the_author_posts_link(); ?> |
Adding this PHP code to your WordPress theme will display a link to all posts by a particular author.
<?php the_author_posts_link(); ?> |