Blogger labels are features added by blogspot to help bloggers categorize their posts. These actually work as tags/categories in blogger. Every time you select or create a label for a Blogger post, it will be shown at the bottom of that post in your blog. This can help users to find out others posts in that label/category if they want. But if for some reasons you don’t want these labels to appear at the bottom of your posts, then you can easily do it. In this tutorial I’m writing about How to Remove / Delete / Hide labels in blogger posts. After applying method stated in this post, your blog posts will be not showing any labels. Let’s do it then.

Remove / Hide Labels in Blogger Posts
1. Go to Blogger Dashboard >> Template [Backup Template] >> Edit HTML >> check “Expand Widget Template” box >> Find [Ctrl+F] this code:
|
1 2 3 4 5 6 7 8 |
<b:if cond='data:post.labels'> <data:postLabelsLabel/> <b:loop values='data:post.labels' var='label'> <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if> </b:loop> </b:if> |
2. Delete this piece of code. Save and view your blog for changes. Now your blog posts will be not showing any labels with them.
This was a simple tutorial showing How to Remove / Hide Labels in Blogger posts. Labels in blogger posts are shown through a piece of code in your blog template. When we remove that code, that function will not work any more and stop displaying labels in your posts. I hope this Blogger tutorial will help you in modifying your blog.

Pingback: Remove / Hide Labels from Blogger Posts – Bloggerjin « TaimoorSultan
Thanks for this tip! This is by far the simplest and easiest one to follow.