<?php get_header(); ?>

	<main role="main">
		<!-- section -->
		<section id="search-results" class="wrapper">
		
			<h1><?php echo sprintf( __( '%s Search Results for ', 'peakie-2015' ), $wp_query->found_posts ); echo get_search_query(); ?></h1>

			<?php get_template_part('loop-search'); ?>

			<div class="navigation">
						<?php if(function_exists('tw_pagination')) tw_pagination($the_query); ?>
						</div>

		</section>
		<!-- /section -->
	</main>



<?php get_footer(); ?>