![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/claquemagazineawards.com/wp-content/themes/coming-soon-event/ |
<?php get_header(); ?> <section class="coming-soon-event-wp ptb-100" id="primary"> <div class="container"> <?php $sidebar_position = get_theme_mod('coming_soon_event_sidebar_position', esc_html__( 'right', 'coming-soon-event' )); if ($sidebar_position == 'left') { $sidebar_position = 'has-left-sidebar'; } elseif ($sidebar_position == 'right') { $sidebar_position = 'has-right-sidebar'; } elseif ($sidebar_position == 'no') { $sidebar_position = 'no-sidebar'; } ?> <div class="row <?php echo esc_attr($sidebar_position); ?>"> <?php if(is_active_sidebar( 'sidebar-1' )) { ?> <div class="col-lg-8"> <?php } else{ ?> <div class="col-lg-12"> <?php } while (have_posts()): the_post(); get_template_part( 'template-parts/content', 'single' ); // If comments are open or we have at least one comment, load up the comment template. if (comments_open() || get_comments_number()): comments_template(); endif; endwhile; // End of the loop. ?> </div> <div class="col-md-4"> <?php get_sidebar(); ?> </div> </div> </div> </section> <?php get_footer();