How to Show Specific Number of Posts in Blogger Labels Page


blogspot logo

This tutorial explains how to display specific number of posts in Blogger Labels page

Please Note: Before Editing your Template, Save a copy of your current template by clicking ‘Download Full Template’ in ‘Edit HTML’ page of the Blogger ‘Layout’ Window and ‘Preview’ the changes before Saving.

Steps

  1. Go to Blogger Design page – Edit HTML – and click Expand Widget Templates.
    Expand Widget Templates

  2. Then Search(Ctrl+F) the following line in your template:

    data:label.url

    (normally appear at 3 places)

  3. Now replace all occurrence of the above code with:

    data:label.url + "?max-results=5"

    (replace 5 with the number of posts you want to display)

  4. Save the template. Done!

Share the tutorial to your friends!



You May Also Like:

Article by Shafar.
About the Author: Tech Freak, Android Lover, Wordpress Addict, Social Media Junkie and the Founder of TipsBlogger.
To submit guest posts to TipsBlogger, please read the Guidelines.

12 Responsesto “How to Show Specific Number of Posts in Blogger Labels Page”

  1. Tony Jose says:

    thanks i did not see the post here and so i have asked you

  2. Shafar says:

    @Ritesh Kawadkar1) My current template is the same Fresh Brown you mentioned here. This hack is 100% working fine in this template! Make sure that you checked 'Expand Widget Templates'.2) You can refer the following hack to get such kind of 'blue containers' to display in your blog posts! :) http://www.techieblogger.com/2008/08/display-css-codes-and-scripts-in-unique.htmlRegards..

  3. David Bergeron says:

    Thanks, it worked :) Now, how would you configure archives? I tried this but it didn't work: data:i.url + "?max-results=10"

  4. Shafar says:

    @David BergeronHey it's working perfectly for Archive pages too! You need to replace EVERY occurrence of data:i.url Try again! :)

  5. PLaYeR says:

    I Have Explained This Hack in More Simple And Perfect Way . Check Out..Limiting Number Of Post Showing In Labels

  6. Shafar says:

    @PLaYeRNot bad! :)

  7. Obaidul Huq says:

    It don’t work. plz help

  8. Cleo Turner says:

    Hi friend. I am still quite noob in blog and the entire aspects about this field. There are various jargons I still can’t understand. I’m not even sure I will be able to write half decent to yours. I am gonna read the whole site perhaps I will be able to learn your blogging style a little.

  9. Najazya says:

    yeahh..this really work in my blog.
    Thanks

  10. Bea says:

    i didn’t work for me..and even worse I’ve lost all my posts in the main page…even though i have saved the template..;(((((((((((((((((((((((((((((( i can’t make it right :( ((((((((

  11. Shafar says:

    @Bea
    Sorry for that. The ‘quotes’ in the code created the problem. Made changes, try again now. Do backup the template!

Leave a Reply