The collection tag is denoted by
A collection tag is used to pull data to be displayed on a page from the content section of a site.
These are the valid collections:
blogs,products,videos,landings,pictures,audio,videos,pages,testimonials,locations
There are a number of options when using a collection tag, they are:
name - this tells mms the variable name you want to reference the collection as while you are doing your templating eg.
tag - this tells mms to filter by posts only with this specific tag, eg.
order - this tells mms the order in which the posts should be ordered, eg.
limit - this tells mms how many posts you want, eg.
override_page - this tells mms that you'd like to use the page_size parameter from the url of the page instead of a hard limit set in liquid, eg.
starred - this tells mms to only get posts that have been favourited, eg.
user_sub - this tells mms to only get posts that have been submitted by users, eg.
label - this tells mms to only get posts that have a specific label, eg.
status - this tells mms to only get posts with a specific status, eg.
starred - this tells mms to only get posts that have been favourited, eg.
user - this tells mms to only get posts that have been made by a specific user, eg. (where the users id is 230)