RSS2.0

Blogpowered

Blogger Hacks:Remove label number count

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.

Related Posts by Categories



Widget by Hoctro | Jack Book

2 comments:

Anonymous said...

Thanks, but it doesn't work anymore... any other idea? Thank you very much! ;-)

NeonGreen said...

this hack is still working...