PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-event
/
content
<?php global $post, $wilcityArgs; use WilokeListingTools\Framework\Helpers\GetSettings; $aRawGallery = GetSettings::getPostMeta($post->ID, 'gallery'); if ( empty($aRawGallery) ){ return ''; } $numberOfPhotos = isset($wilcityArgs['maximumItemsOnHome']) && !empty($wilcityArgs['maximumItemsOnHome']) ? $wilcityArgs['maximumItemsOnHome'] : 4; ?> <div class="content-box_module__333d9"> <?php get_template_part('single-listing/home-sections/section-heading'); ?> <wil-lazy-load-component id="wil-listing-gallery" height="100px;"> <template v-slot:default="{isInView}"> <wil-gallery wrapper-classes="content-box_body__3tSRB" row-classes="row" column-classes="col-xs-6 col-sm-3" :preview-size="data.gallery.previewSize" :maximum-preview-items="<?php echo absint($numberOfPhotos); ?>" :items="data.gallery.items" :is-show-total="true"></wil-gallery> </template> </wil-lazy-load-component> </div><!-- End / content-box_module__333d9 -->
[+]
..
[-] .content.php
[edit]
[-] custom.php
[edit]
[-] video.php
[edit]
[-] content.php
[edit]
[-] gallery.php
[edit]
[-] tag.php
[edit]
[-] my_products.php
[edit]