There is a Feature in Blogger that whenever we display labels widget in our Blog,it also displays number of posts in that label.Some feel this annoying.So,There is a hack to remove label count from blogger or site.It simply displays labels without number of posts.
Step1 :- Backup Your Template First.
Step2 :- Goto->Laout->Edit Html->Click on Expand Widget templates
Step3 :- Search following code
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
Step4 :- Near to this code find
<data:label.count/>
and delete it.
Step5 :- Save your template.Done.You successfully implemented the hack.
Note :- You should add your label widget to blogger.If not,you cannot implement the above process.
Thanks.Do Subscribe to us email newsletter if you like the post.
Step1 :- Backup Your Template First.
Step2 :- Goto->Laout->Edit Html->Click on Expand Widget templates
Step3 :- Search following code
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
Step4 :- Near to this code find
<data:label.count/>
and delete it.
Step5 :- Save your template.Done.You successfully implemented the hack.
Note :- You should add your label widget to blogger.If not,you cannot implement the above process.
Thanks.Do Subscribe to us email newsletter if you like the post.