How To Hide Author In WordPress? [in 2023]

Written by: Mark Coleman
Published on:

Have you ever wanted to hide the author of a blog post in WordPress? Maybe you have a multi-author blog and want to focus on the content instead of the author, or perhaps you want to maintain anonymity or privacy as an author.

Whatever the reason may be, hiding the author in WordPress is a simple task that can be accomplished using CSS code or a plugin.

In this blog post, we’ll go over how to hide the author in WordPress, how to fix common issues, and why and when you might want to hide the author in the first place.

As a WordPress web deisgner, I have extensive knowledge and experience in WordPress, so you’re in good hands!

If you prefer to watch a video tutorial on how to Hide Author In WordPress, check out this video tutorial:

How To Hide Author In WordPress?

Here is how to hide the author name in WordPress:

  1. Open the blog post where you want to hide the author name.
  2. Right-click on the author name and click on “Inspect”.
  3. Select the author name using the select tool.
  4. Note down the class name of the author name. In this example, it is “post author”.
  5. Close the inspect window and click on “Customize”.
  6. Scroll down and click on “Additional CSS”.
  7. In the “Additional CSS” box, type a dot and paste the class name with a second bracket. For example, “.post author {}”.
  8. Type “display: none !important;” inside the curly braces. This will hide the author name.
  9. Click on “Publish” to save the changes.

That’s it! The author name will now be hidden in your WordPress blog post.

Can’t Hide Author In WordPress – How to fix it?

If you are facing the issue of not being able to hide the author name in WordPress, you are not alone. This is a common problem faced by many WordPress users. However, there are multiple solutions to this issue that you can try.

One possible solution is to use the CSS code to hide the author name. You can do this by following these steps:

1. Go to your WordPress dashboard and click on Appearance.
2. Click on Customize and then click on Additional CSS.
3. In the box, add the following code:
.post-author {
display: none !important;
}
4. Click on Publish and the author name should now be hidden.

Another solution is to use a plugin like Hide/Remove Metadata. This plugin allows you to hide the author name, as well as other metadata like date and categories. You can install and activate this plugin from the WordPress plugin repository and then configure it according to your preferences.

If you are comfortable with coding, you can also try editing your WordPress theme files to remove the author name. However, this requires some technical knowledge and should only be attempted if you know what you are doing.

In conclusion, hiding the author name in WordPress is a simple task that can be accomplished using CSS code or a plugin. By following the steps outlined above, you should be able to hide the author name on your WordPress site easily.

Why and When Should You Hide Author in WordPress?

Hiding the author in WordPress can be useful for a variety of reasons. Here are some situations where you might want to hide the author:

  • If you have a multi-author blog and want to keep the focus on the content instead of the author
  • If you want to maintain anonymity or privacy as an author
  • If you want to prevent spam or unwanted messages from readers directed at the author
  • If you want to create a more professional or minimalist look for your website

To hide the author in WordPress, you can follow these steps:

  1. Right-click on the author name in your blog post and select “Inspect”
  2. Select the author name with the select tool and note the class name (in this case, “post author”)
  3. Go to “Customize” and then “Additional CSS”
  4. In the CSS box, add a dot followed by the class name and set the display to “none” with the !important tag
  5. Publish your changes and the author name should be hidden

Overall, hiding the author in WordPress can be a useful tool for bloggers who want to maintain privacy, focus on content, or create a more professional look for their website.

Conclusion – Hide Author In WordPress

I can confidently say that hiding the author in WordPress is a simple and straightforward task that can be accomplished using CSS code or a plugin.

Whether you have a multi-author blog and want to focus on the content, or you want to maintain anonymity or privacy as an author, hiding the author in WordPress can be useful.

If you encounter any issues while trying to hide the author, there are several solutions you can try, including using CSS code, installing a plugin, or editing your WordPress theme files.

By following the steps outlined in this blog post, you should be able to hide the author name on your WordPress site easily.

Mark Coleman - HowTOBuildWebsites
Written by Mark Coleman


Mark Coleman is the founder of HowToBuildWebsites.org, which provides comprehensive tutorials on website builders like WordPress, Wix, Squarespace, Webflow, and Shopify. He graduated from the University of North Texas with a business degree, developing an interest in web design's changing landscape and website builders' potential.

Mark enjoys experimenting with new web technologies, refining his web development skills, and actively participating in web design and development communities.

Learn more about him and read his articles here on HowToBuildWebsites.org.

Leave a Comment