Hello
I am using the Dawn theme and on my Blog page i only have 4 articles that appear - when i click view more- nothing happens - please help
https://yoga-spirit-mauritius.myshopify.com/blogs/bien-etre
rtewth
Thanks
A user encountered an issue with the Dawn theme where only 4 blog posts displayed on their blog page, and clicking “view more” didn’t work.
Root Cause Identified:
Solution Provided:
featured-blog.liquid file (located about 3/4 through the code)post_limit settings section"max": 4 to a higher number (e.g., 12 or desired amount)Status: The solution was successfully tested by a community member who confirmed it works on Dawn 15.2.0, allowing more than 4 blog posts to display after making the code adjustment.
Hello
I am using the Dawn theme and on my Blog page i only have 4 articles that appear - when i click view more- nothing happens - please help
https://yoga-spirit-mauritius.myshopify.com/blogs/bien-etre
rtewth
Thanks
Hi @TBS2023
I have checked and found that the URL of the button is redirecting to the same page it is.
You have to change the URL and add the URL to which you want to redirect the page.
Regards,
Reena
Where can i change this please?
Have you found your solution ?
I’m currently on DAWN 15.2.0 and in your themes, you should edit featured-blog.liquid. The code is somewhere 3/4 length of the post.
{
“type”: “range”,
“id”: “post_limit”,
“min”: 2,
“max”: 4,
“step”: 1,
“default”: 3,
“label”: “t:sections.featured-blog.settings.post_limit.label”
},
You need to change the “max”:X, where X is the number of blogs you wish to have.
For my case, I put it to 12. save it, and refresh your blog. should work.
https://aurashades.co/blogs/the-aura-times
This is my blog now. It’s showing more than 4 now. Finally. For one moment, I thought I had to go buy a blog app or something.