How to set / limit the number of articles that appear when click a label - In the default templates blogspot click each label in the number of articles will appear all , if the sum of its many pages of our blog to be a long down . It must be very exciting for our blog , especially its loading page becomes very slow . In this article will explain how to set the number of articles that appear when click a label :
1 . Login to the blog buddy >> Click Template >> Edit HTML .
2 . Find code expr : href = ' Data : label.url then add this code + " ? Max - results = 15 " after the code expr : href = ' Data : label.url ,
later so its like this :
expr : href = ' Data : label.url + " ? max - results = 15 "
NOTE : There are many code expr : href = ' Data : label.url that are in our template , so add code + " ? Max - results = 5 " on all code expr : href = ' Data : label.url existing template .
for example you click on my label it will look like it neat
When all was added , save the template