Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Tuesday, January 15, 2008

How to show only labels used more than one time in blogger?

Well I wanted to show only labels used more than one time in my Labels (in order to have a small label list). You can also change it to more than two or three times, it's up to you.

To do that you have to:
1- Go to "Template>Edit HTML"
2- Check the box "Expand Widget Templates"
3- Add an If condition like if cond='data:label.count > 1' in a b tag and close the if again. Like shown in blue.
That's all! :)