article
An article, or blog post, in a blog.
Properties
The full name of the author of the article.
The published comments for the article.
The number of published comments for the article.
Returns true if comments are enabled. Returns false if not.
The content of the article.
A timestamp for when the article was created.
Use the date helper to format the timestamp.
The excerpt of the article.
Returns the article excerpt if it exists. Returns the article content if no excerpt exists.
The handle of the article.
The ID of the article.
The featured image for the article.
A timestamp for when the article was published.
Use the date helper to format the timestamp.
The title of the article.
A timestamp for when the article was updated.
Use the date helper to format the timestamp.
The article is at the URL link address of this store.
Whether to allow comments, valid enumeration values include:
true: allow comments
false: do not allow comments
All tags applied to the current post.
The name of the template applied to the current article, for example, article.xxx.json, then xxx is returned. If the article uses the default template, nil is returned.