article
A blog post with author, content, and comments.
Properties
| Property | Description |
|---|---|
article.author | Author name. |
article.comment_post_url | URL to post a comment. |
article.comments | Comments list. |
article.comments_count | Number of comments. |
article.comments_enabled? | Boolean predicate for comments_enabled on this article. |
article.content | Body content (HTML). |
article.created_at | Creation timestamp. |
article.excerpt | Short excerpt. |
article.excerpt_or_content | Buyer-visible excerpt_or_content value for this article. |
article.handle | URL-safe unique slug. |
article.id | Unique identifier. |
article.image | Primary image. |
article.metafields | Metafields on this resource. |
article.moderated? | Boolean predicate for moderated on this article. |
article.published_at | Publish timestamp. |
article.seo_description | Buyer-visible seo_description value for this article. |
article.seo_title | Buyer-visible seo_title value for this article. |
article.tags | Tags as an array of strings. |
article.template_suffix | Buyer-visible template_suffix value for this article. |
article.title | Display title. |
article.updated_at | Last update timestamp. |
article.url | Relative URL of the resource. |
article.user | Buyer-visible user value for this article. |
Property list is generated from the storefront engine (BlogPostDrop), so it always matches what your theme can use. Use {{ article | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.