PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
themes
/
wilcity
/
single-listing
/
home-sections
<?php global $wilcityArgs; $scKey = str_replace('wilcity_single_navigation_', '', $wilcityArgs['key']); if (empty($wilcityArgs['content'])) { return ''; } $content = \WilokeListingTools\Frontend\SingleListing::parseCustomFieldSC($wilcityArgs['content'], $scKey); $content = do_shortcode(stripslashes($content)); if (!empty($typeClass)) { $scKey .= ' '.$typeClass; } if (!empty(trim($content))) : ?> <div class="content-box_module__333d9 wilcity-single-listing-custom-content-box <?php echo esc_attr($scKey); ?>"> <?php get_template_part('single-listing/home-sections/section-heading'); ?> <div class="content-box_body__3tSRB"> <div class="row" data-col-xs-gap="10"> <?php echo $content; ?> </div> </div> </div> <?php endif; ?>
[+]
..
[-] 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]