vijaybhai mandaliya vijaybhai mandaliya Author
Title: How to remove or delete labels from Blogger posts
Author: vijaybhai mandaliya
Rating 5 of 5 Des:
Many bloggers might not like labels in below posts. labels are already in the blog sidebar. In this tutorial I show how to remove the label...

How to remove or delete labels from Blogger posts

Many bloggers might not like labels in below posts. labels are already in the blog sidebar. In this tutorial I show how to remove the labels in blogger template manually. 

 

 


Hide labels from Blogger

 

Step 1. Click on the Template and go to Edit HTML.

 

hide labels, blogger labels, blogger tutorials

 

Note: First backup of your current Template.

 

blogger labels, blogspot tricks

 

Step 2. After you clicked on the Edit HTML button.

 

Step 3. Now find the following code using ( CTRL+F )

 

<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. After find delete the hole code.

 

Now Save the Template.

 

About Author

Advertisement

Post a Comment

 
Top