Commmerce Docs

What it is

The blog index — paginated grid of post cards with cover image, title, excerpt, author, and date.

When to use

  • /blog or /journal landing page

Attributes

AttributeTypeDefaultDescription
data-per-pagenumber12Posts per page.
data-show-authorbooleantrueShow the author byline on each card.
idstringUnique element identifier.
classstringCustom CSS class list.
hiddenbooleanfalseHide the element without removing it from the DOM.

Examples

Default

Paginated post grid.

<mmm-blog-list></mmm-blog-list>