Now the step by step guide/procedure on how to hide labels from blogger
Note: You need to backup your current template, because if anything will happen if you delete or have put the wrong code your current template will still be there. Do this by clicking the download full template
1. First click "Layout" tab and then go to Edit HTML subtab.
2. Check Expand widget template.
3. Now look for the code posted below in your template
<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>
4. Now just delete the above code.
5. Save template and there you go the magic is done.
Congratulations you have remove or delete labels from blogger post.
0 comments:
Post a Comment