How to Show More Blog Posts on Your Shopify Blog Page (Dawn Theme)

How to Show More Blog Posts on Your Shopify Blog Page (Dawn Theme)

If you’re using Shopify’s Dawn theme, you might notice your blog page only displays 3 or 4 posts by default. That can be frustrating if you want to showcase more content — but it’s easy to fix with a small edit.

Why This Happens

Shopify themes use a tag called paginate. In most themes, it looks like:

{% paginate blog.articles by 3 %}

That number controls how many posts are shown per page.

How to Display More Blog Posts

Go to Online Store > Themes in your Shopify admin
Click Actions > Edit code
Open the file sections/main-blog.liquid
Find the line that looks like: {% paginate blog.articles by 3 %}
Change the number 3 to something like 10
Click Save

Now your blog will show 10 posts per page. Shopify automatically adds pagination links at the bottom.

Tip

Avoid very high numbers like 50 or more — it can slow down your page.
Stick with 6–12 posts per page for the best balance.

 

Back to blog