How to Create Author.php Page For Your Wordpress Blog

ADVERTISEMENTS

If you have a multi author blog, then its good to give as much exposure to the post author as you can. One of the way to give exposure is to create an author.php page to display the author information. If you do not have author.php file in your Wordpress theme, then Wordpress looks for Archive.php file. Below is a simple tutorial to show the author’s name, website, email id and at last it will show all the posts. Before starting this tutorial I assume that you know basics about Wordpress and know how to use FTP client. You know how to install Wordpress themes. Lets start :

First open your archive.php page and create a duplicate file of it and rename it as author.php. You can use any FTP client to do it.

Now, open author.php file and paste the following code where you want to display name, website and contact info and bio.

Articles by <?php the_author(); ?>
Author Website: <?php the_author_url(); ?>
Author Email: <?php the_author_email(); ?>
Author Bio: <?php the_author_description(); ?>

Save your work and upload the file to your Themes folder located in wp-content. Now, someone will click on the post author name, author.php page will open giving all the information.

Note : Please note that author’s name, website and email id will be pulled from the information filled by the author in Wordpress profile option.


If you like this post, you will love these :

  1. How To Make Your Blog Multi Author
  2. How To Install Author Advertising Plugin and Make A Revenue Sharing Blog
  3. 20+ Codes and Hacks Every Wordpress User Should Know
  4. How To Display Author’s Profile/Bio In Wordpress Blog
  5. How To Add Gravatar Beside Each Post In Wordpress
  6. 10 Most Important Plugins And Widgets For Your New Wordpress Blog
  7. Give Your Wordpress Login Screen A New Look

Gaganpreet Singh on December 11, 2009 | Filed Under Uncategorized, Wordpress

{ 1 comment… read it below or add one }

1 George Serradinho December 11, 2009 at 11:24 am

I have a small description under the post about the author like name, author url and the bio. I think it’s very important to promote your guest posts and authors as it will also encourage them to publish more on your site and also helps visitors.

Reply

Leave a Comment

Previous post:

Next post: