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: HTML to Liquid Converter · Convert to Shopify section →

Practice in the converter workspace

Draft OS 2.0 section output after you choose the right design pattern.