Video Gallery
The video gallery templates are the following:
archive.liquid
Located at /yourvideosurl/archive
This template lists out the year/month archive of your video gallery with links to show all video sets made in that year/month range.
category.liquid
Located at /yourvideosurl/category
This template lists out all of the categories associated with your video gallery to show all video sets assigned to the specified category.
video.liquid
Located at /yourvideosurl/video-set/video-name
This is the video detail page specified by the video set and permalink in the url.
videos_by_tag.liquid
set.liquid
Located at /yourvideosurl/video-set
This template lists out all the videos in the specified video set.
sets.liquid
Located at /yourvideosurl
This template lists out all video sets in your gallery.
sets_by_archive.liquid
Located at /yourvideosurl/archive/2008/05
This template lists out all video sets based on the specified year/month range in the url.
sets_by_category.liquid
Located at /yourvideosurl/category/category-name
This template lists out all video sets assigned to the specified category in the url.
sets_by_tag.liquid
Located at /yourvideosurl/tag/tag-name
This template lists out all video sets tagged with the specified tag in the url.