PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-listing
/
home-sections
<?php global $post, $wilcityArgs, $wilcityTabKey; use WilokeListingTools\Framework\Helpers\GetSettings; $aRawVideos = GetSettings::getPostMeta($post->ID, 'video_srcs'); if (empty($aRawVideos)) { return ''; } $wilcityTabKey = 'videos'; ?> <div class="content-box_module__333d9"> <?php get_template_part('single-listing/home-sections/section-heading'); ?> <div class="content-box_body__3tSRB"> <wil-video-gallery v-if="currentTab==='home'" :is-on-home="true" :items="data.videos.items" :maximum-preview-items="getNavigationInfo('videos','maximumItemsOnHome', <?php echo esc_attr($wilcityArgs['maximumItemsOnHome']) ?>)"></wil-video-gallery> </div> <?php get_template_part('single-listing/home-sections/footer-seeall'); ?> </div>
[+]
..
[-] taxonomy.php
[edit]
[-] average-rating.php
[edit]
[-] reviews.php
[edit]
[-] custom-section.php
[edit]
[-] coupon.php
[edit]
[-] section-heading.php
[edit]
[-] videos.php
[edit]
[-] footer-seeall.php
[edit]
[-] listings-relationship.php
[edit]
[-] review-statistic.php
[edit]
[-] posts.php
[edit]
[-] content.php
[edit]
[-] restaurant_menu.php
[edit]
[-] photos.php
[edit]
[-] top-block.php
[edit]
[-] using-custom-settings-warning.php
[edit]
[-] .home-sections.php
[edit]
[-] events.php
[edit]
[-] tags.php
[edit]
[-] test-multiple-single-products.php
[edit]
[-] google-adsense.php
[edit]
[-] promotion.php
[edit]
[-] my_products.php
[edit]