Skip to content

Instantly share code, notes, and snippets.

View alynefrancis's full-sized avatar

Alyne Francis alynefrancis

View GitHub Profile
Thanks to @kevinwhoffman for helping with the gallery filter.
<?php
/*
Template Name: (Single)Galleries Page
*/
?>
/*****
- This is a template used by 6 posts within a CPT
- Each post contains some text in the content editor and an ACF Gallery.
- Each image is tagged with category(ies) using Enhanced Media Library plugin.
- The categories used on each page are being echoed out to provide a means to filter the images.
- The lightbox being used is http://photoswipe.com
- The filter is done with http://isotope.com
- Included with the Isotope integration is https://github.com/desandro/imagesloaded
<?php
/*
- This is a template used by 6 posts within a CPT
- Each post contains some text in the content editor and an ACF Gallery.
- Each image is tagged witha category(ies) using Enhanced Media Categories plugin.
- The categories used on each page are being echoed out to provide a means to filter the images
- The lightbox being used is http://photoswipe.com