How to change number of blog posts displayed on Blog section of Debut theme

Can anyone please help?

We have a blog here: https://vahow.com/blogs/energy-healing-blog and as you can see all the posts are shown on one page only. Is it possible to show only 3 blog posts per page? And the 4th one should move to the next page.
How to do that? We have tried everything but nothing is working out. We even contacted the support team but unfortunately couldn’t resolve the issue.

Just to let you know, we are using the Debut theme.

Thank you

@made4Uo @NomtechSolution @irene-vintage @Dan-From-Ryviu @ZestardTech

Can you guys please assist with this?

Go to your Online store > Themes > Edit code > Sections > open blog-template.liquid file then you can see this line of code at the top of file

{% paginate blog.articles by 12 %}

Change it to like this

{% paginate blog.articles by 3 %}

Save file and reload your blog page to check

Wow! That was pretty easy! I asked so many people and no one knew. You’re a life-saver!! Thank you Thank you!

Happy I could help :heart:

Hello there, I have the same issue. Wanted to try your solution but I can’t see blog-template.liquidfile :disappointed_face:
Could you please help me with that?

Thank you very much in advance

Found solution EliskaM!

Go to your Online store > Themes > Edit code > Sections > main-blog**.liquid** file
row 19 - {%- paginate blog.articles by 50 -%} - here you change value “50” for how many blogs you wish per page

What’s your theme name? Maybe different version will have different file name, please try to find all file related to blog and check if the code above available and change it

What’s your theme name? Maybe different version will have different file name, please try to find all file related to blog and check if the code above available and change it

Found it just now! Thanks, for super fast response!:slight_smile:

You are most welcome

Thanks! I also was having trouble finding this code in the Dawn theme. I just found this code in the main-blog**.liquid** file and changed it. So happy. 6 posts per page was just not enough. 50 is waaaaay better. :slightly_smiling_face:

Hello, I am having the same issue on the Craft theme. I have found the code where I need to change 6 to 50, and I did that. But when I refresh the page, it is not working. Can you please assist? Why is my page only allowing me to display 4 maximum posts? I think it has less to do with the code and more to do with the template I am using. Screenshot attached. Please help!!