How to Remove Labels from Blogger Posts

Many bloggers want to remove labels from blogger posts which is show at below of the post. Labels also show at the sidebar. We provide you how to removed labels from blogger posts in this tutorial. It is very easy to remove labels at below post, you just need to unchecked the "Labels" option at the setting of blog post in layout but some templates it doesn't work and some time its show after unchecked labels option. Don't worry we provide you proper solution to removed manually from template.

Delete Labels from Blogger

You can delete or hide labels from blogger with follow below steps to completely removed labels from post.

Step 1.

Go to your Template in setting option then click on Edit HTML button as shown in figure. (Tips: Before editing your template please create backup of your template to restore previous code if code doesn't work in your template. You can also read our tutorial about How to Backup/Restore your Blogger Template.)

Removed Labels from Blogger

Step 2.

Go to Widget Templates option in CSS code.

Step 3.

Now search below code

 <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 != &quot;true&quot;'>,</b:if>
          </b:loop>
        </b:if>

Step 4.

Now delete this code from your template.

Step 5.

Click on the Save Template.

Demo: How to Remove Labels from Blogger Posts


Now you have done please refresh your blog and go to any post of your blog, Now you see that labels are completely removed from your blog.
Previous
Next Post »
Thanks for your comment