Link authors at the end of each post in wordpress

0

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

    
asked by anonymous 11.08.2017 / 03:27

1 answer

0

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>
    
11.08.2017 / 05:39