whobutsb
Member
Posted 3 years ago #
On my blog at the buttom underneath the post it has the name of the person who authored the post. Right now its just a static text with the authors name. How can make this name a link and link it to the authors about page?
I'm really new to world of wordpress, and your input is greatly appreciated. Thanks a bunch!
Does this help?
Author_Templates
Instead of the_author(), use the_author_posts_link() . and make you sure you have an author.php / archive.php to handle the author page.
My themes usually have one author template. check them out and learn.
Thanks.
whobutsb
Member
Posted 3 years ago #
You Guys are great thanks a bunch!!!