How to change maximum number of posts in Blogger label page |
Blogger has set of default 20 maximum blog posts (category page). This may suit or not suit by your preference.You may want to change the default maximum blog post becomes the number you may want to increase.
If you want to increase the default blog posts you ll have to edit the default template.
How to change maximum number of posts in Blogger label page?
1.
Now you got to open the template editorDashboard > Template > Edit HTML) and Expand Widget Templates
2.
Use "Ctrl+F" to find the following codes :expr:href='data:label.url'and replace with :
expr:href='data:label.url + "?max-results=150"'I used the number 150 because I want all posts to be displayed in the label page. You may use other numbers in place of 150)
Repeat this increases of "expr:href='data:label.url'"that you cand find, i guess it will be 3 repeats for the simple template, so then the above ll have to be repeated 3 times.