Videos Tag
The video tag is available on any template and loops through photos.
Example:
{% videos set: "events", limit: "2" %}
{{ video.title }}
{% videos %}
Options
Set
set permalinks separated by commas.
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.