Blog Listing Page
The blog index — an article grid, tag filter, pagination and related merchandising.
Overview
| Item | Detail |
|---|---|
| Template | templates/blog.json |
| URL | /blogs/{blog-handle} |
| Tagged URL | /blogs/{blog-handle}/tagged/{tag} |
| Sections | blog-template → featured-collections |
Step-by-step user journey
Step 1 — Open the blog
- The "Journal" or "Blog" link in the navigation or footer
- URL
/blogs/news, for example
Step 2 — Filter by tag (optional)
- The tag select dropdown
- The page reloads with the tagged URL
- Only articles with that tag are shown
Step 3 — Browse the articles
- Article cards (
article-grid-item): image, title, excerpt and date - Click a card → the article page
Step 4 — Paginate
- Around 21 posts per page by default (a template setting)
- Next and previous
Step 5 — Shop related products below
- The "You may also like" featured collections
- Click a collection to shop it
Step 6 — RSS (if enabled)
- A feed link for readers and tools
<!-- BEGIN GENERATED: theme-editor -->
Theme Editor settings
Each section below links to its full settings reference — every setting with id, type, default and a screenshot of the panel.
| Section | Type | Settings | Blocks |
|---|---|---|---|
| Blog pages | blog-template | 8 | 0 |
Full index: settings reference
<!-- END GENERATED: theme-editor -->Related files
templates/blog.json
sections/blog-template.liquid
sections/featured-collections.liquid
snippets/article-grid-item.liquid
snippets/pagination.liquid
Next: 18-article.md