How to Hide Author Name and Labels from Blogger Posts
Friday, October 9, 2015
Whenever you post any 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 author name to protect their privacy and even labels from their blogger post to make their blog look more professional. Today in this article, we will show you how to hide author name and labels from blogger posts.
Was it interesting? If it was then don’t forget to share this article with your other friends and circle too. You may never know that your share may be proven helpful for many of the users out there. So, keep sharing and liking our content over social media.
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 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 names from your Blogger posts, just follow the below instructions correctly:- First of all, go to Blogger and select your blog
- Now click on Template from sidebar and then Click on Edit HTML.
- After that, press Ctrl+F and search for <data:post.author/>
- 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.
- Save your blogger template and now you will never see any author name in your Blogger posts.
Hide Labels from Blogger Posts
To hide labels from your Blogger posts, just follow the below instructions correctly:- First of all, go to Blogger and select your blog.
- Now click on Template from sidebar and then Click on Edit HTML.
- After that, press Ctrl+F and search for the ending </head> tag.
- Ones you found </head> tag then simply paste the following code above the ending </head> tag.
- Save your blogger template and it will hide labels from your Blogger posts.
<style>
.post-labels {display: none;}
</style>
Was it interesting? If it was then don’t forget to share this article with your other friends and circle too. You may never know that your share may be proven helpful for many of the users out there. So, keep sharing and liking our content over social media.