Add Field for Custom Author Bio Description On Edit User Profile Screen

This code enables you to create a custom field for a custom user Bio.

You can display the custom author description anywhere in your themes using one of 2 methods.

Firstly, here’s the field added to the wp-admin/profile.php page:

custom-description

Installation Steps

There’s 2 steps involved:

  1. Create the custom text area and save the data added to the custom field
  2. Display ( output ) the custom field data

# Step 1 – First step is to copy the PHP code from the functions.php file to the end of your child themes functions.php file.

The code adds a new text area to the end of your user profile page and saves the data you add to the field.

All you need to do now is display the data on the front end which you can do various ways.

# Step 2 – The PHP code in template-1.php can be used directly in any template file or your child themes functions file with a conditional tag.

If you’re using the author page template, you can use the code in template-2.php

Otherwise you can hook it in anywhere you like using the_author_meta( 'extended_description' );

Download Folder

Was This Tutorial Helpful?

Free

$0

Access only to all free tutorials per month.



Monthly

$75

Access to 10 premium tutorials per month.


Tutorial Request


Includes code guarantee and coding support.

Yearly

$500

Access to 15 premium tutorials per month.


Monthly Tutorial Request


Includes code guarantee and priority coding support.