author.php Template File For Individual Authors Profile

I’ve already shown you how to make a contributors page template which lists all members assigned the contributors role but how about individual authors?

This tutorial includes all the PHP code as well as some sample CSS you can use to design you own author.php template.

Here’s an example of the what it can look like using this code:

author admin

You can use this code to create a template for all authors or 1 specific author using the authors I.D or nicename.

Simply name your file using this guide:

  • author-nicename.php – If the author’s nice name were bob, you would name your file author-bob.php.
  • author-id.php – If the author’s ID were 007, you would name your file author-007.php.
  • author.php – Use this file name if you want to use the template for all authors.

Example Template File


No doubt you could consolidate the CSS and spend more time on the styling to make this page look really impressive.

Code Installation

The PHP code in the Gist labelled author.php is a modified version of the sample template file on the WordPress Codex.

  1. Copy this code from the view raw link in the Gist labelled author.php and paste it into a new file using a code editor like Notepad++. This file should be added to the root directory of your child theme.
  2. You will also need to add the code which adds more fields to each users profile edit screen and paste it at the end of your child themes functions.php file.
  3. The 3rd Gist contains CSS code which you can paste at the end of your child themes style.css file.

Comments

2 responses to “author.php Template File For Individual Authors Profile”

  1. clive bunch Avatar
    clive bunch

    I love this post and will have an attempt at creating my Author profile. I understand the basics of copy and paste CSS but confused about this file (Gist labelled contributors_page.php) is that something I must create or does it already exist within the WordPress file system?
    I am using Genesis Lifestyle Pro on Genesis Framework.
    Thanks.

    1. Brad Dalton Avatar
      Brad Dalton

      Clive

      You need to create a new file as indicated in the Code Installation instructions.

Leave a Reply

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.