A simple, responsive Jquery carousel.
A Pen by Vinnie Dauer on CodePen.
| <?php ?> | |
| <div class="dropdown-menu" id="resource_types" aria-labelledby="navbarDropdown"> | |
| <div class="facetwp-radio" onclick="FWP.reset('resource_type')">All Types</div> | |
| <?php echo do_shortcode('[facetwp facet="resource_type"]'); ?> | |
| </div> | |
| <?php | |
| if (isset($_GET['resource_type'])) { | |
| $type = $_GET['fwp_resource_type']; |
| <?php | |
| /* | |
| * Template Name: Churches Main | |
| */ | |
| $church_args = array( | |
| 'post_type' => 'churches', | |
| 'posts_per_page' => -1 | |
| ); |
| ### Begin System Info ### | |
| ## Please include this information when posting support requests ## | |
| Multisite: Yes | |
| SITE_URL: https://banner2017.wpengine.com/us | |
| HOME_URL: http://banner2017.wpengine.com/us |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <GoogleCustomizations> | |
| <CustomSearchEngine> | |
| <Title/> | |
| <Description/> | |
| <Context> | |
| <BackgroundLabels> | |
| <Label mode="FILTER" name="included"/> | |
| <Label mode="ELIMINATE" name="excluded"/> | |
| </BackgroundLabels> |
| ### Begin System Info ### | |
| ## Please include this information when posting support requests ## | |
| Multisite: No | |
| SITE_URL: http://www.hlg.edu | |
| HOME_URL: http://www.hlg.edu |
A simple, responsive Jquery carousel.
A Pen by Vinnie Dauer on CodePen.