WordPress: Adding a link to Authors in your theme (which is not the default)

01- Change in the your theme files
– Single.php
– Archive.php
– Index.phpLocate the code:

02-

<?php the_author(); ?>

03- Change to:

<?php the_author_posts_link(‘namefl’); ?>

Related Posts Plugin for WordPress, Blogger...