Thursday 2 August 2012

Changing Number Of Posts On Blogger Label Page

You might have noticed that whenever your blog has more number of posts to be shown in a single page then it loads slowly. Same thing applies to blogger labels page. If the number of posts to be shown in that page then the blog is probable to load slowly. This increases your bounce rate and you are likely to drop your readers down. So as a solution i have written this post. After reading this you will know "How To Change The Number Of Posts Shown On Blogger Labels Page".
Changing Number Of Posts On Blogger Label Page


By default the number of posts on blogger labels page is 20. This may not suit your blog preferences. Some of you want to decrease it so as to increase you loading time, whereas some of you may want to increase it so as to show all the post under that label (category).
So if you want to change the maximum number of posts shown then you will have to do a little editing. Here we go then;

  • Sign in to your blogger account.
  • Be forwarded to your dashboard.
  • Then go to design >Edit Html.
  • There in the template code find this piece of code;
expr:href='data:label.url'
  • Replace this piece of code with the following;
expr:href='data:label.url + "?max-results=number"'
  • Here In the above code;
  1. Change number  to the number (like 1, 2, 3 and so on). This number will define how much posts are to be shown on a label page.
  • You might find the first code more than one time. I think it will be probably three times.
  • Change those all to second code and you are done.
Now as you have entered the number the posts are shown. If you want to change the number of posts (increase or decrease) then simply change the numbers and you will have your work done.
Before you leave;
Comment below if you have anything to say.
CHEERS!!

No comments:

Post a Comment