PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
themes
/
dwt-listing
/
template-parts
/
footer
/
drag-4
<?php global $dwt_listing_options; if (!empty($dwt_listing_options["dwt_listing_getpop_loc"])) { $selected_terms = $dwt_listing_options["dwt_listing_getpop_loc"]; } ?> <div class="col-lg-3 col-md-4 col-sm-6 col-xs-12"> <div class="dwt-footer-widgets"> <h2><span><?php echo dwt_listing_themeOptions("dwt_listing_pop_loc"); ?></span></h2> <ul class="list"> <?php if (!empty($selected_terms) && is_array($selected_terms)) { foreach ($selected_terms as $term) { $term = dwt_listing_language_page_id_callback($term); $term = dwt_listing_translate_object_id($term, 'l_location'); $term = get_term_by('id', absint($term), 'l_location'); if (is_object($term) && $term != '') { ?> <li><a href="<?php echo(get_term_link($term->slug, 'l_location')); ?>"><i class="fa fa-angle-right"></i><?php echo esc_attr($term->name); ?></a></li> <?php } } } ?> </ul> </div> </div>
[+]
..
[-] categories.php
[edit]
[-] links.php
[edit]
[-] countries.php
[edit]
[-] logo-1.php
[edit]