Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there, can somebody please help me with changing how many blog posts are shown on each page for Sense theme? It only shows 6 posts as standard but I'd like to extend to 12.
Any help would be greatly appreciated!
Solved! Go to the solution
This is an accepted solution.
Hello,
The Sense theme doesn't have an option for this, so you'll have to change this in the code.
Go to Edit code and then open the file /sections/main-blog.liquid.
On Line 19, you'll see this code:
{%- paginate blog.articles by 6 -%}
Change the 6 to 12 and you are good to go.
This is an accepted solution.
Hello,
The Sense theme doesn't have an option for this, so you'll have to change this in the code.
Go to Edit code and then open the file /sections/main-blog.liquid.
On Line 19, you'll see this code:
{%- paginate blog.articles by 6 -%}
Change the 6 to 12 and you are good to go.
Thank you so much! I was going mad trying to find that section of code!! Thank youuuu!!