Donate

Show Label Count of Category Label (Blogger)

When I applied a new template to blogger, the category label count disappears.
So, I searched google and found this site on blogger tricks that shows how to customize labels.
http://dummies.bloggertipsandtricks.com/

So, I applied it in the expression expr:href='data:label.url'.
 <a expr:href='data:label.url'><data:label.name/></a>  
Then, I applied the trick to show the label count.
<a expr:href='data:label.url'><data:label.name/></a>  
  <span dir='ltr'>(<data:label.count/>)</span>   
Cheers!

Comments

Post a Comment

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations