%PDF- %PDF-
Direktori : /var/www/html/shaban/laviva/wp-content/themes/levelup/ |
Current File : //var/www/html/shaban/laviva/wp-content/themes/levelup/search.php |
<?php //levelup_config_base_init(); get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div class="container"> <?php if ( have_posts() ) : ?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /** * Run the loop for the search to output the results. * If you want to overload this in a child theme then include a file * called content-search.php and that will be used instead. */ get_template_part( 'content', 'search' ); ?> <?php endwhile; ?> <?php else : ?> <?php get_template_part( 'content', 'none' ); ?> <?php endif; ?> </div> </main><!-- #main --> </div><!-- #primary --> <?php get_footer(); ?>