Hi there,
I am trying to increase the number of posts that I can see on my blog from 4 - 12. I’m using the Dawn theme. I saw from a previous discussion thread using the Minimal theme that you need to edit the code to do this and I’ve tried to follow those instructions. I’ve increased the post limit in the code from 4 to 12 (see below) but its not making the change when I view the store. Is there another part of the code I need to adjust? I’m not comforatable playing around more than what I’ve done. Thanks!
“type”: “range”,
“id”: “post_limit”,
“min”: 2,
“max”: 12,
“step”: 1,
“default”: 3,
“label”: “t:sections.featured-blog.settings.post_limit.label”