
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php get_header(); ?>

<section class="vw-content-area <?php presso_the_sidebar_position_class(); ?>">
	<div class="container">
		<div class="row">

			<main class="vw-content-main" role="main" <?php presso_itemprop( "mainContentOfPage" ); ?>>

				<div class="vw-about-search">
					<header class="vw-post-header">

						<h1 class="vw-post-title" <?php presso_itemprop( 'headline' ); ?>><?php esc_html_e( 'Search', 'presso' ); ?></h1>
						
						<?php if ( get_search_query() ) : ?>
						<div class="vw-about-search__title vw-tagline"><?php echo wp_kses_post( sprintf( __( "Search results for &ldquo;<strong>%s</strong>&rdquo;. If you didn't find what you were looking for, try a new search.", 'presso' ), get_search_query() ) ); ?></div>
						<?php endif; ?>

						<?php the_widget( 'WP_Widget_Search' ); ?>

						<hr>

					</header>

					

				</div>
				
				<?php if ( have_posts() ) : presso_setup_secondary_query(); ?>
				
					<?php get_template_part( 'templates/loop/loop', presso_get_archive_blog_layout() ); ?>

					<?php presso_the_pagination(); ?>

				<?php endif; ?>

			</main>

			<?php get_sidebar(); ?>
		
		</div>
	</div>

</section>

<?php get_footer(); ?>