How to transform the name of the author into a link and when clicking you can see all the posts of this author in wordpress
How to transform the name of the author into a link and when clicking you can see all the posts of this author in wordpress
The functions the_author_posts_link()
and get_the_author_posts_link()
construct the complete link, already with the HTML tags, for example:
<p>Confira outros posts de <?php the_author_posts_link(); ?></p>