%PDF- %PDF-
| Direktori : /var/www/projetos/homologhindi.ongrace.com/wp-content/themes/flash/ |
| Current File : /var/www/projetos/homologhindi.ongrace.com/wp-content/themes/flash/search.php |
<?php
/**
* The template for displaying search results pages.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
*
* @package Flash
*/
get_header(); ?>
<?php
/**
* flash_before_body_content hook
*/
do_action( 'flash_before_body_content' ); ?>
<section id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
if ( have_posts() ) : ?>
<?php
/* Start the Loop */
while ( have_posts() ) : the_post();
/**
* 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( 'template-parts/content', 'search' );
endwhile;
the_posts_navigation();
else :
get_template_part( 'template-parts/content', 'none' );
endif; ?>
</main><!-- #main -->
</section><!-- #primary -->
<?php
/**
* flash_after_body_content hook
*/
do_action( 'flash_after_body_content' ); ?>
<?php
get_sidebar();
get_sidebar('left');
get_footer();