Photosets Tag
The photoset tag is available on any template and loops through photos.
Example:
{% photosets id: "events", limit: "2" %}
{{ photoset.title }}
{% photosets %}
Options
id
API identifier
category
Category permalinks separated by commas.
limit
Numeric value that limits the number of entries returned.
tags
Tags separated by commas.
order
Fields to order the results by. The default is by the id in ascending order. ASC and DESC can be appended to the field names to change the direction of the order.
Variables
Photo Set variables can be located here.