
WordPress assigns an author name to each post, which appears publicly. Sometimes, you may need to change the author name due to rebranding, team changes, or privacy concerns. Thankfully, WordPress provides multiple ways to update the author name easily.
In this guide, we’ll cover various methods to change the author name in WordPress, ranging from simple profile edits to advanced database modifications. Let’s dive in!
Table of contents
Methods to Change Author Name in WordPress
Change the Display Name in the User Profile
This is the easiest method to change the author’s name without affecting the username or login credentials.
Steps to Change the Display Name:
- Log in to WordPress Dashboard
- Navigate to Users > Your Profile
- Locate the Nickname field and enter the new name
- In the Display name publicly as dropdown, select the new name
- Click Update Profile
Now, your new author name will be displayed on all posts associated with that user.
Change Author for Individual Posts
If you want to assign a specific post to a different author, follow these steps:
Using the Classic Editor:
- Open the post you want to edit
- Find the Author dropdown in the right sidebar
- Select the new author
- Click Update to save changes
By using the Block Editor (Gutenberg):
- Open the post in the Block Editor
- Click on the Post settings on the right panel
- Scroll to the Author section
- Select a different author
- Click Update
Using Quick Edit:
- Go to Posts > All Posts
- Hover over a post and click Quick Edit
- Change the Author dropdown
- Click Update
Create a New User and Transfer Posts
If you need to change the author permanently, creating a new user is a good option.
- Navigate to Users > Add New
- Fill in details (username, email, role as Author or Administrator)
- Click Add New User
- Go to Tools > Import and transfer posts to the new user
Use a Plugin to Change Author Name
Several plugins allow for easy author modifications.
Best Plugins for Changing Author Names:
- Simple Author Box
- WP Author Box Lite
- Edit Author Slug
How to Use a Plugin:
- Install and activate the plugin
- Navigate to the plugin settings
- Update author details and apply changes
Change Author Name via phpMyAdmin (Advanced Users)
If other methods don’t work, you can update the author name directly from the WordPress database.
- Access phpMyAdmin from your web hosting control panel
- Select your WordPress database
- Open the wp_users table
- Find the author’s row and update the display_name field
- Save the changes
⚠ Caution: Always backup your database before making changes!
Best Practices for Managing Author Names
- Ensure consistency in naming for branding
- Assign appropriate roles to prevent unauthorized changes
- Use secure usernames to enhance security
Conclusion
Changing the author name in WordPress is simple and can be done in multiple ways. If you need a quick change, update the display name, transferring authorship, create a new user. If handling bulk changes, use a plugin.
Choose the method that best suits your needs, and keep your WordPress site organized and professional.
FAQs
Yes! You can change the author’s display name in User Profile Settings without creating a new user.
Try clearing your WordPress and browser cache. Also, check if your theme or a plugin is overriding the author settings.
Yes! Some themes allow hiding the author name. Alternatively, use custom CSS to remove it.
No, changing the author name does not directly impact SEO. However, if an author has backlinks, updating the name may require adjusting author bios and linking strategies.
Yes, plugins like Bulk Edit Posts or using phpMyAdmin can help update multiple author names at once.