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