Increase Blog Posts in Label Page(category page)

By Default Blogger shows maximum 20 blog posts in its label page (category page). We can limit the number of posts displayed in label pages in Blogger, i.e we can increase or decrease the number of posts displayed in labels page.

How to increase blog posts in label page (category page)


If you want to increase blog posts in its label page (category page), follow below steps.

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template and click on Edit  HTML

Now press Ctrl + f and paste expr:href='data:label.url' in search box and search to find
expr:href='data:label.url'

Step 3 : Replace it with expr:href='data:label.url + "?max-results=100"', to display 100 post in label.

Step 4: Repeat this process for all instances of  expr:href='data:label.url'  in template.

Step 5: Click on Save template.

Like this we can also decrease blog posts in labels page by simply decreasing value in max=results attribute.

No comments:

Post a Comment