Photo Set
Retrieve the id of the photo set.
{{ set.id }}
Retrieve the count of the number of photos in the photo set.
{{ set.photos_count }}
Check to see if the set has an image source.
{{ set.image_src? }}
Retrieve the image source of the photo set.
{{ set.image_src }}
Retrieve the count of the number of photos in the photo set.
{{ set.photos_count }}
Retrieve the body of the photo set.
{{ set.body }}
Retrieve the parent of the photo set.
{{ set.parent }}
Retrieve the created_at date of the photo set.
{{ set.created_at }}
Retrieve the updated_at date of the photo set.
{{ set.updated_at }}
Retrieve the publish date of the photo set.
{{ set.publish_date }}
Retrieve the expiration date of the photo set.
{{ set.expire_date }}
Retrieve the url path of the photo set.
{{ set.url_path }}
Check to see if there are breadcrumbs associated with the photo set.
{{ set.breadcrumbs? }}
Check to see if there are comments associated with the photo set.
{{ set.comments? }}
Check to see if there are tags associated with the photo set.
{{ set.tags? }}
Retrieve the breadcrumbs of the photo set.
{{ set.breadcrumbs }}
Retrieve the tags associated with the photo set.
{{ set.tags }}