Videosets Tag
The videoset tag is available on any template and loops through videos.
Example:
{% videosets id: "events", limit: "2" %}
{{ videoset.title }}
{% videosets %}
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
Video Set variables can be located here.