Adding this PHP code to your wordpress theme will display the URL to the authors website.
<a href="<?php the_author_url(); ?>">Author’s Website</a> |
Adding this PHP code to your wordpress theme will display the URL to the authors website.
<a href="<?php the_author_url(); ?>">Author’s Website</a> |