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.
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
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.
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!!