Wordpress users have thousands of themes to choose from. We hunt out the best of the best free and premium wordpress themes. You will find best of the best 2 columns, 3 columns, adsense ready, widget ready,
XHTML validated wordpress themes. Best themes for Wordpress powered blogs. Download quality and professionally designed Wordpress templates for free at BestWpThemez.com.
Many themes are created to simply display the author’s name using the username text by default instead of converting it to a link to the author’s website. We need to simple edit the code to make in order to display author website link in his post.
For that you need to edit the page.php or single.php file of your theme and search for this code:
<?php the_author() ?>
Replace with:
<?php the_author_link(); ?>
Now, it will automatically display a link to the author’s site which is specified in the users profile.
Thanks,
Shane G.
Popularity: 1%
This entry was posted
on Thursday, September 17th, 2009 at 6:37 pm and is filed under WordPress KB .
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.