Blog & Article

Loop Articles on Blog Template

Standard loop when you are already on a blog listing template.

Copy or embed this snippet

{% for article in blog.articles %}
  <article>
    <h2><a href="{{ article.url }}">{{ article.title }}</a></h2>
    <p>{{ article.excerpt | default: article.content | strip_html | truncate: 160 }}</p>
  </article>
{% 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