{{ blog_posts }}

blog_posts Summary

Contains multiple blog_posts.

blog_posts Properties

FieldTypeDescription
object_typestring"blog_posts"
is_validtrue/falsetrue if this contains at least one blog_post
prependedlist of blog_postsblog_posts that will be listed at the beginning of the items list
fetchedlist of blog_postsThe primary list of blog_posts to be included in the items list
appendedlist of blog_postsblog_posts that will be listed at the end of the items list
appended_uniquelist of blog_postsblog_posts that will be listed at the end of the items list, excluding any blog_posts that are already included in either the prepended or fetched lists
itemslist of blog_postsThe full list of blog_posts in the proper order and uniqueness, including prepended, fetched, and appended blog_posts
sizenumberThe total number of items in the list of items, including prepended, fetched, and appended blog_posts
limitnumberThe maximum number of blog_posts that could have been fetched dynamically from the database
startnumberThe 1-based index of the first blog_post that was (or would have been) dynamically fetched from the database
pagenumberThe 1-based index of the first "page" of blog_posts that could have been fetched dynamically from the database - as determined by the start and limit properties
total_countnumberThe total number of blog_posts in the database that matched the provided filter parameters when fetching the list of fetched blog_posts
total_pagesnumberThe total number of "pages" of results that matched the provided filter parameters when fetching the list of fetched blog_posts - as determined by the total_count and limit properties
outputhtmlThe default output that the blog_posts will produce when it is output directly to the template - using the "output_in_list" property of each blog_post in the items list