Sha256: 6fb0df4969910f32504db1fbf9431e1d674a4d1de7b8c046a97a897cb3c2cbb9

Contents?: true

Size: 708 Bytes

Versions: 5

Compression:

Stored size: 708 Bytes

Contents

<?php get_header(); ?>

	<div class="content-wrap">
		<div class="content content-area">
			<?php if ( have_posts() ) : ?>

				<header class="page-header">
					<h1 class="page-title"><?php printf( __( 'Search Results for: %s', '<%= theme_id %>' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
				</header>

				<?php while ( have_posts() ) : the_post(); ?>

					<?php get_template_part( 'content', 'search' ); ?>

				<?php endwhile; ?>

				<?php <%= theme_id %>_paging_nav(); ?>

			<?php else : ?>

				<?php get_template_part( 'content', 'none' ); ?>

			<?php endif; ?>
		</div>

		<div class="site-sidebar widget-area">

			<?php get_sidebar(); ?>

		</div>
	</div>

<?php get_footer(); ?>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
marv-0.2.5 layouts/default/templates/search.php.erb
marv-0.2.4 layouts/default/templates/search.php.erb
marv-0.2.3 layouts/default/templates/search.php.erb
marv-0.2.2 layouts/default/templates/search.php.erb
marv-0.2.1 layouts/default/templates/search.php.erb