Posting Author Information in WordPress: 3 Simple Steps

With this ‘how to’ article, you will learn vital steps in posting author information in your WordPress blog. It is also perfect for blogs with many authors.

Below are clear step by step procedures on posting such information. The details about the writer of this post were used as an example. Follow these simple steps to create your very own author information.

Levoltz author information for wordpress

Step 1: Picture Display

Install the “Author Image” plug-in, which enables authors to upload avatars or pictures from their profile page to the WordPress Administration.

By using the simple function below, the plug-in will able to display your chosen picture in your post.

[/code]

Step 2 : To Display the Author Meta Data (Author Information)

Wordpress has a function which can be used to display author information. The function is [code lang="php"] //function to display author meta /* $field = any of the following will print its result * user_login * user_pass * user_nicename * user_email - We will be using this * user_url - We will be using this * user_registered * user_activation_key * user_status * display_name * nickname * first_name * last_name * description * jabber * aim * yim * user_level * user_firstname - We will be using this * user_lastname - We will be using this * user_description - We will be using this */

Step 2 : Put all together

To keep the structure whole and intact, replace the variable code above with the WordPress code. Shown below is what the replacement will look like.

My Picture

LeVoltz.

Hello my name is bla bla bla.... my description My Website = http://www.levoltz.com My Email = admin@levoltz.com

To keep the structure whole and intact, replace the variable code above with the WordPress code. Shown below is what the replacement will look like.

About the Author -

My Website = My Email =

Step 3: Code Addition

The final step is to add the codes you created to WordPress. To do this, follow the instructions below.

Open your theme folder in WordPress
Click page.php or single.php
Use the codes you created for author picture or author information and display it inside page.php or single.php. You can choose wherever you want to put this information inside the page.
Below is an example on the proper way to display author information on single.php

//shows the content

//shows page numbers if any

//shows the AUTHOR INFORMATION

About the Author -

My Website = My Email =

Posting author information in your WordPress blog is easy! Just follow these three very simple steps and will be able to read the information you want to share with the world!


Kumar APP a.k.a. TheVolts is the Founder and Chief Editor of Levoltz. He is a web designer and developer with over 5 years experience in the industry. If you’d like to connect with him, head on over to the contact page and follow him on Twitter: @levoltz.

Share This Post

Related Articles

4 Responses to “Posting Author Information in WordPress: 3 Simple Steps”

  1. [...] Posting Author Information in WordPress: 3 Simple Steps – It is also perfect for blogs with many authors. [...]

  2. [...] Posting author information in wordpress 3 simple steps [...]

  3. herbalecstacy says:

    Hi, we found this here when i did an fast google search. Neat blog you have here! Keep it up!

  4. [...] when you login to your wordpress account, our template will have a medium sized thumbnail [...]

Leave a Reply

*

© 2012 Levoltz. All rights reserved. Site Admin · Entries RSS · Comments RSS
Powered by WordPress · Designed by Theme Junkie