Sense Blog: How to I change to display more than 6 Posts

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!

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