PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
themes
/
wilcity
/
single-listing
/
home-sections
<?php global $post, $wilcityArgs, $wilcityTabKey; use \WilokeListingTools\Framework\Helpers\GetSettings; if (empty($wilcityArgs['taxonomy'])) { return ''; } $aTerms = GetSettings::getPostTerms($post->ID, $wilcityArgs['taxonomy']); if (!is_array($aTerms)) { return ''; } $wilcityTabKey = $wilcityArgs['taxonomy']; ?> <?php global $post; ?> <wil-single-nav-wrapper v-if="currentTab === 'home'" :settings="getNavigation('<?php echo esc_attr($wilcityArgs['key']); ?>')" id="single-home-<?php echo esc_attr($wilcityArgs['key']); ?>"> <template v-slot:default="{settings}"> <div class="content-box_body__3tSRB"> <wil-boxes-icon-items :items="data.taxonomies['<?php echo $wilcityArgs['taxonomy']; ?>']" id="wil-home-taxonomy-<?php echo esc_attr($wilcityArgs['taxonomy']); ?>"></wil-boxes-icon-items> </div> <?php get_template_part('single-listing/home-sections/footer-seeall'); ?> </template> </wil-single-nav-wrapper>
[+]
..
[-] review-statistic.php
[edit]
[-] posts.php
[edit]
[-] promotion.php
[edit]
[-] test-multiple-single-products.php
[edit]
[-] tags.php
[edit]
[-] footer-seeall.php
[edit]
[-] reviews.php
[edit]
[-] restaurant_menu.php
[edit]
[-] videos.php
[edit]
[-] coupon.php
[edit]
[-] google-adsense.php
[edit]
[-] using-custom-settings-warning.php
[edit]
[-] top-block.php
[edit]
[-] section-heading.php
[edit]
[-] photos.php
[edit]
[-] average-rating.php
[edit]
[-] events.php
[edit]
[-] custom-section.php
[edit]
[-] taxonomy.php
[edit]
[-] listings-relationship.php
[edit]
[-] my_products.php
[edit]
[-] content.php
[edit]