Blog & Article

Blog Articles Loop

Loops through articles in a specific blog (e.g., 'news').

Copy or embed this snippet

{% for article in blogs['news'].articles limit: 3 %}
  <h2>{{ article.title }}</h2>
  <p>{{ article.excerpt_or_content | truncatewords: 20 }}</p>
  <a href="{{ article.url }}">Read more</a>
{% endfor %}

Embed this snippet on your blog or docs — attribution link appreciated: HTMLToLiquid Converter · Convert to Shopify section →

Generate Shopify sections

Free AI-powered converter — OS 2.0 compatible output with schema validation.

Start converting HTML