By default, the Labels will have an automatic count of the number of posts bearing that label tag.
It looks like this:
To remove the label count, follow these simple instructions:
1. Before anything else, don't ever forget to "Download full template" for backup when you accidentally ruined your HTML code and got errors. :)
2. Next is to click the "Expand Widget Template" box.
3. Search for the line in red color written below and delete it.<b:widget id='Label1' locked='false' title='' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<data:label.name/>
<b:else/>
<a expr:href='data:label.url'><data:label.name/></a>
</b:if>
(<data:label.count/>)
</li>
</b:loop>
</ul>
Done! you have successfully removed the label number count.
Blogger Hacks:Remove label number count
Labels:
Blogger Hacks,
Sidebar Customization
Subscribe to:
Post Comments (Atom)
2 comments:
Thanks, but it doesn't work anymore... any other idea? Thank you very much! ;-)
this hack is still working...
Post a Comment