How to Hide Author Name and Labels from Blogger Posts

5/5 - (2 votes)

How to Hide Author Name and Labels from Blogger Posts

How to Hide Author Name and Labels from Blogger Posts: Whenever you post an article on blogger, it automatically shows up author name along with labels under the post titles or at the very end of your post depending upon your blogger template. We have seen many newbies who want to hide the author’s name to protect their privacy and even labels from their blogger posts to make their blog look more professional. In this article, we will show you how to hide the author name and labels from blogger posts.

Why Would You Want to Hide Author Name from Blogger Posts?

The author name is an important type of metadata added to your from Blogger Posts by default. It allows your readers to learn about authors who create content on your blog.

However, there are times when you may want to hide the author name. For example, you may have several contributors or freelance writers who occasionally write articles, but you don’t want to rebill that for your blog.

How to Hide Author Name and Labels from Blogger Posts

So, here are the steps which you need to follow, so that you can easily hide the author’s name and labels from Blogger posts. We have divided this article into two sections so that you can easily grasp the idea and method.

Hide Author Name from Blogger Posts

To Hide Author Name from your Blogger posts, just follow the below instructions correctly:

  1. First of all, go to Blogger and select your blog
  2. Now click on Template from the sidebar and then click on Edit HTML.
  3. After that, press Ctrl+F and search for <data:post.author/>
  4. Ones you found it, then simply remove it. You will have this code more than one time in your blogger template so simply remove it from everywhere.
  5. Save your blogger template and now you will never see any author name in your Blogger posts.

Read More: How to Add Web Push Notification on Blogger Blog For Free (Step by step Tutorial)

Hide Labels from Blogger Posts

To hide labels from your Blogger posts, just follow the below instructions correctly:

  1. First of all, go to Blogger and select your blog.
  2. Now click on Template from the sidebar and then click on Edit HTML.
  3. After that, press Ctrl+F and search for the ending </head> tag.
  4. Ones you found </head> tag then simply paste the following code above the ending </head> tag.

<style>

.post-labels {display: none;}

</style>

  1. Save your blogger template and it will hide labels from your Blogger posts.

Also Read: How to Easily Add Attractive Tables in Blogger 2021

Finally, we hope this article can help you to understand “How to Hide Author Name and Labels from Blogger Posts”. If you really think this article helps you then don’t forget to appreciate our efforts in the comments below. For more blogging tutorials, stay connected with us.

For the latest tech news & blogging Tutorials, follow TECH FOR U on TwitterFacebook, and subscribe to our YouTube channel.

Leave a Comment