ColorlibHQ / Fashe

Free Shopify ecommerce theme
34 stars 50 forks source link

Limiting the number of blog posts featured on home page #62

Open yeehou opened 3 years ago

yeehou commented 3 years ago

Hi, thanks for the great work. I'm trying to limit the number of blog posts featured on the homepage to 3 only. I've put in the new line of code under snippets ({% for article in blogs[section.settings.blog].articles: limit 3 %}). But I get this error on the homepage - Liquid syntax error (sections/blog.liquid line 9): Expected end_of_string but found colon in "article in blogs[section.settings.blog].articles: limit 3"

Thanks.

GabiP-github commented 1 year ago

you can use thisȘ {% for article in blog.articles limit: section.settings.post_limit %}