Display blog posts and articles using the basic blog functionality
blog
object contains basic information about blog posts and articles. It’s available on blog pages and provides access to post listings, individual posts, and basic blog functionality.
Property | Type | Description |
---|---|---|
is_list | Boolean | Check if blog overview is being shown |
is_post | Boolean | Check if specific blog post is being shown |
isBlogTag | Boolean | Is blog overview shown based on a tag |
Property | Type | Description |
---|---|---|
blog.url | String | Blog link address |
blog.title_current | String | Blog title |
blog.rss | String | Blog RSS link address |
blog.filter_tags | Boolean | Check if tags are active |
blog.available_tags | Array | Object with blog tags |
blog.posts | Array | Object containing all blog posts |
Property | Type | Description |
---|---|---|
title | String | Tag designation |
url | String | Tag URL |
Property | Type | Description |
---|---|---|
hasImage | Boolean | Check if blog post has an image |
image | String | Blog post image |
title | String | Blog post title |
content_short | String | Short preview of blog post |
content | String | Blog post content |
author | String | Blog post author |
date_pretty | String | Blog post date |
url | String | Blog post link address |
Property | Type | Description |
---|---|---|
post.hasImage | Boolean | Check if blog post has an image |
post.image | String | Blog post image |
post.title | String | Blog post title |
post.content_short | String | Short preview of blog post |
post.content | String | Blog post content |
post.author | String | Blog post author |
post.date_pretty | String | Blog post date |
post.url | String | Blog post link address |
Layout Type | Context | Key Elements |
---|---|---|
Blog List | is_list | Posts loop, title_current, RSS link |
Single Post | is_post | Individual post content, navigation |
Tagged Posts | isBlogTag | Filtered posts, tag navigation |