File manager - Edit - /var/www/html/wp-content/themes/jiffy/taxonomy-location-state.php
Back
<?php /** * Template Name: Locations List Page Template */ get_header(); $curr_term = get_queried_object(); echo '<input type="hidden" id="callStates" value="'.get_queried_object_id().'" />'; if(isset($_GET['filter']) && !empty($_GET['filter'])){ echo '<input type="hidden" id="callSearchTxt" value="'.$_GET['filter'].'" />'; } if(isset($_GET['city']) && !empty($_GET['city'])){ echo '<input type="hidden" id="callSearchCT" value="'.$_GET['city'].'" />'; } //$cities = get_terms(array('taxonomy' => 'location-state', 'hide_empty' => true, 'parent' => get_queried_object_id())); ?> <input type="hidden" id="mapIcon" value="<?php echo site_url(); ?>/wp-content/themes/jiffy/images/jiffy_map_icon.svg?auto=format,compress" /> <?php get_template_part('template-parts/content/content', 'banner'); ?> <div class="section section-48-100 section-grad"> <div class="container"> <div class="map-location mb-4 mb-lg-5"><div class="ratio ratio-16x9" id="mapMe"><?php echo get_field('map_image', $curr_term); ?></div></div> <div class="text-center title-dark title-600"><h3>All Counties</h3></div> <div class="location-list wysiwyg" id="stateLocations"></div> </div> </div> <?php get_template_part('template-parts/content/content', 'cta'); ?> <?php get_footer(); ?>
| ver. 1.4 |
.
| PHP 8.3.10 | Generation time: 0 |
proxy
|
phpinfo
|
Settings