PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
themes
/
wilcity
/
single-listing
/
home-sections
<?php global $post, $wilcityArgs, $wilcityTabKey; $url = get_permalink($post->ID); $oEventQuery = new WP_Query( [ 'post_type' => 'event', 'posts_per_page' => $wilcityArgs['maximumItemsOnHome'], 'post_status' => 'publish', 'isFocusExcludeEventExpired' => true, 'post_parent' => $post->ID, 'order' => 'ASC', 'orderby' => 'starts_from_ongoing_event', ] ); if ($oEventQuery->have_posts()) : $wilcityTabKey = 'events'; ?> <div class="content-box_module__333d9 wilcity-single-listing-events-box"> <?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 while ($oEventQuery->have_posts()) { $oEventQuery->the_post(); get_template_part('single-listing/partials/event'); } ?> </div> </div> <?php get_template_part('single-listing/home-sections/footer-seeall'); ?> </div> <?php endif; wp_reset_postdata();
[+]
..
[-] 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]