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.
Note: First backup of your current Template.
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 != "true"'>,</b:if>
</b:loop>
</b:if>
Step 4. After find delete the hole code.
Now Save the Template.
Post a Comment