How To Hide Author Name And Labels From Blogger Posts
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.