Have you ever thought about editing the writer’s name from a WordPress post? However, you aren’t sure how to do this. There could be several reasons for change author in WordPress post. Maybe your former writer left your department. And, you need to update one of his posts written by someone else and add the new author’s name. In other words, you need to display a different writer’s name instead of the one who uploaded the post in WordPress. This can be done in a variety of ways. Here, we’ll demonstrate five different ways to change author in WordPress with a few clicks.
Change author in WordPress posts? (The simplest method)
If you want to change author in WordPress post, follow these steps:
- Log in to the WordPress admin dashboard
- After that, select All Posts and find the post you wish to edit
- Select Quick Edit, here, you’ll see a field called Author
- Select the new author name from the drop-down menu
- Lastly, click Update
When doing this, an error 404 may occur. Here is what you can do to fix WordPress 404 Error Other ways of change author in WordPress post.
Here, we’ll discuss another four different ways to change author in WordPress posts on website. The following options are available depending on the situation you want to modify the name:
-
Changing the author for bulk posts
Assume one of your contributors leaves your blog. Now you would like to reassign his work to another blogger and want to change author in WordPress. Rather than editing each individual post, you can make changes in bulk.
- Visit All Posts. Then select all the posts whose authors you wish to change. Or you can select all by clicking Title.
- Then select Edit from the Bulk Actions dropdown menu, and then click
- You’ll see a window with several options. This window has an Author field and a drop-down
- There is only one new author you can add to this blog, you have selected. In this case, you have to repeat the task multiple times if you wish to assign multiple blogs to different writers.
Learn why WordPress keeps logging out while we are performing name changes and how to fix it.
-
Change author in WordPress block editor
- Go to All posts in the WordPress Dashboard
- Then click the post you wish to change. You will find an editing panel to the right of the screen
- On the Document tab, click the Status & Visibility heading and you’ll see an option named Author. This allows you to select a different author name from a drop-down menu
- Select the author you wish to replace and click Update to make the change live
-
Hide or remove the author name from WordPress posts
Some authors may not want their names displayed at all. Perhaps you are the only person who writes for your website or you wish your readers would focus on your content only. WordPress allows you to easily edit the author bio box.
In order to remove and change author in WordPress manually, you will need to modify your theme.
- Click on Appearance
- Go to your dashboard and click Customize under Appearance
- Next, scroll to the Additional CSS section
In the provided field, enter the following code:
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }
By doing so, the author’s information will be hidden from posts, and you can easily change author in WordPress
-
Change the display name of an author in WordPress
Sometimes, author’s display name or change author in WordPress post needs to be updated. This may be because you want to display a fancy or pseudo name related to the work instead of the actual name. Or they have changed their name legally and want to display this new name in their posts. In addition, a writer might request the use of a pen name to establish a unique identity that they also use everywhere they work.
Anyway, you can perform this action with just a few clicks, whatever the reason may be.
- Visit the menu named Users on your WordPress dashboard
- Choose the user whose name you wish to change
- Then you’ll see the author’s all-information settings window.
- Choose Display name publicly as and enter the name you wish to show your readers
While performing all these aspects, the user also faces a sidebar below content error on WordPress. Learn how to get rid of it and prevent related issues on WordPress.