Increase Article count on Blog Landing Page - Craft Theme

On my blog landing page, I am seeing a maximum of 6 articles after which pagination option is shown. What is the way to show more than 6 articles as I do not see any default setting for this. I am using the craft theme.

Blog Landing Page: https://www.zuri-craft.com/blogs/the-design-circle

Any help on how to increase article count is appreciated

@rishabhmotani - please open blog template code file and check if you see something like ‘paginate by 6’ … and try to increase that number

Hi @rishabhmotani

You can try following these steps to increase article count on blog page:

  1. Go to Online Store → Theme → Edit code.

  2. Open your main-blog.liquid in the Sections folder.

  3. Find {%- paginate blog.articles by 6 -%}

You can change the number 6 to the number of articles you want to display at the position as shown in the image below.

Kind & Best regards,
GemPages Support Team

Thanks. It worked

I am so glad that my suggestion can help. :heart_eyes: