This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks to @kevinwhoffman for helping with the gallery filter. | |
<?php | |
/* | |
Template Name: (Single)Galleries Page | |
*/ | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***** | |
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |