Saturday, May 28, 2011

Blog Label Removal / Hide

Do you encounter that you cannot hide your labels in you blog post? even you uncheck the hide labels of your main blog widget. Here's how to solve your problem.


1. Go to your 'Layout' tab
2. Then Click the 'Edit HTML' Subtab
3. Now click 'Expand Widget Templates to expand the CSS code.
4.Find the following code in your template.
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>

5. Now Delete or comment  the Code.
6. Save your template.
7. Enjoy

NOTE: Do not forget to download /backup your original template!

brought to you by: http://infotechnolozyx.blogspot.com/

No comments:

Post a Comment