X

Get authors website the_author_url in WordPress

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>