![]() 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"> <div class="row"> <?php if(is_active_sidebar( 'sidebar-1' )) { ?> <div class="col-lg-8"> <?php } else{ ?> <div class="col-lg-12"> <?php } if (have_posts()): ?> <header class="page-header"> <h1 class="page-title"> <?php /* translators: %s: search query. */ printf(esc_html__('Search Results for: %s', 'coming-soon-event') , '<span>' . get_search_query() . '</span>'); ?> </h1> </header> <!-- .page-header --> <?php /* Start the Loop */ while (have_posts()): the_post(); get_template_part('template-parts/content', 'search'); endwhile; ?> <div class="paging-navigation"> <nav class="navigation"> <?php echo paginate_links(); ?> </nav> </div> <?php else: get_template_part('template-parts/content', 'none'); endif; ?> </div> <div class="col-md-4"> <?php get_sidebar() ?> </div> </div> </div> </section> <?php get_footer();