Your IP : 216.73.216.164


Current Path : /var/www/html/anwc/wp-content/themes/khore/
Upload File :
Current File : /var/www/html/anwc/wp-content/themes/khore/single-session.php

<?php
get_header();

$ef_options = EF_Event_Options::get_theme_options();
if (have_posts()) :
    while (have_posts()) :
        the_post();
        ?>
        <div class="site__content dark">
            <div class="page page_<?php echo $post->post_name; ?> dark page_loaded page_active single-session" data-id="<?php echo $post->ID; ?>">
                <?php get_template_part('session-content'); ?>
            </div>
        </div>
        <?php
    endwhile;
endif;

get_footer();