Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

The author link on his name appears in all his posts in loop posts

The author link on his name appears in all his posts in loop posts
Created By Brahim Lachgar (Macdawne) http://bralach.com

---------------------------------------------------------------------
The author link on his name appears in all his posts in loop posts
-----------------------------------------------------------------------

<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" title="<?php echo esc_attr( get_the_author() ); ?>"><?php the_author(); ?></a>