PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
themes
/
wilcity
<?php use WilokeListingTools\Controllers\EventController; get_header(); global $wiloke, $wilcityReviewConfiguration; if ( have_posts() ) { while ( have_posts() ) { the_post(); $sidebarPos = isset($wiloke->aThemeOptions['single_event_sidebar']) ? $wiloke->aThemeOptions['single_event_sidebar'] : 'right'; switch ($sidebarPos){ case 'no': $wrapperClass = 'col-md-12'; $sidebarClass = ''; break; case 'left': $wrapperClass = 'col-md-8 col-md-push-4'; $sidebarClass = 'col-md-4 col-md-pull-8'; break; default: $wrapperClass = 'col-md-8'; $sidebarClass = 'col-md-4'; break; } ?> <div id="wilcity-single-event-wrapper"> <div class="wil-content"> <section class="wil-section bg-color-gray-2 pt-30"> <div class="container"> <div class="row"> <div class="<?php echo esc_attr($wrapperClass); ?>"> <article class="event-detail-content_module__2KYXK"> <?php get_template_part('single-event/header'); ?> </article> <div class="event-detail-content_body__2GYgr"> <?php $wilcityReviewConfiguration['enableReview'] = EventController::isEnableComment(); ?> <?php get_template_part('single-event/content'); ?> <?php get_template_part('reviews/comment-form'); ?> <?php get_template_part('single-event/comments'); ?> </div> </div> <?php if ( !empty($sidebarClass) ) : ?> <div class="<?php echo esc_attr($sidebarClass); ?>"> <div class="sidebar-background--light"> <?php if ( is_active_sidebar('wilcity-single-event-sidebar') ){ dynamic_sidebar('wilcity-single-event-sidebar'); } ?> </div> </div> <?php endif; ?> </div> </div> </section> </div> <?php do_action('wilcity/single-event/wil-content', $post, true); ?> </div> <?php } } wp_reset_postdata(); get_footer(); ?>
[+]
..
[-] author.php
[edit]
[-] screenshot.jpg
[edit]
[-] webpack.common.js
[edit]
[-] single-event.php
[edit]
[-] functions.php
[edit]
[+]
templates
[-] after-body.php
[edit]
[+]
single-event
[+]
dashboard
[-] sidebar-event.php
[edit]
[-] before-footer.php
[edit]
[-] footer.php
[edit]
[-] archive.php
[edit]
[+]
assets
[+]
reviews
[-] sidebar-events.php
[edit]
[-] comments.php
[edit]
[-] taxonomy.php
[edit]
[-] sidebar.php
[edit]
[+]
woocommerce
[+]
author-listing
[-] author-listing.php
[edit]
[-] .gitignore
[edit]
[-] .DS_Store
[edit]
[-] comment-template.php
[edit]
[+]
hooks
[+]
src
[-] single.php
[edit]
[-] wilcity-term.php
[edit]
[-] 404.php
[edit]
[-] vue.config.js
[edit]
[-] style.css
[edit]
[-] rollup.config.js
[edit]
[-] sidebar-shop.php
[edit]
[+]
wiloke-submission
[-] footer-widget.php
[edit]
[-] .babelrc
[edit]
[-] header.php
[edit]
[+]
single-listing
[+]
admin
[-] changelog.txt
[edit]
[-] taxonomy-listing_cat.php
[edit]
[-] package.json
[edit]
[-] index.php
[edit]
[+]
vendor
[+]
post-types
[-] webpack.prod.js
[edit]
[+]
languages
[-] page.php
[edit]
[+]
single-post
[+]
plugins
[-] README.md
[edit]
[-] searchform.php
[edit]
[-] package-lock.json
[edit]
[+]
configs
[-] composer.json
[edit]
[-] taxonomy-listing_location.php
[edit]
[-] search.php
[edit]
[-] webpack.dev.js
[edit]
[-] taxonomy-listing_tag.php
[edit]