Sha256: bb002134253795cf972cca594263329b3f8d75f1f386f2d99b9899cd614b75ba

Contents?: true

Size: 712 Bytes

Versions: 17

Compression:

Stored size: 712 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', '<%= project_id %>' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
				</header>

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

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

				<?php endwhile; ?>

				<?php <%= project_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

17 entries across 17 versions & 1 rubygems

Version Path
marv-0.8.2 layouts/theme/templates/pages/search.php
marv-0.8.0 layouts/theme/templates/pages/search.php
marv-0.7.3 layouts/theme/templates/pages/search.php
marv-0.7.2 layouts/theme/templates/pages/search.php
marv-0.7.1 layouts/theme/templates/pages/search.php
marv-0.7.0 layouts/theme/templates/pages/search.php
marv-0.6.5 layouts/theme/templates/pages/search.php
marv-0.6.4 layouts/theme/templates/pages/search.php
marv-0.6.3 layouts/theme/templates/pages/search.php
marv-0.6.2 layouts/theme/templates/pages/search.php
marv-0.6.1 layouts/theme/templates/pages/search.php
marv-0.6.0 layouts/theme/templates/pages/search.php
marv-0.5.0 layouts/theme/templates/pages/search.php
marv-0.4.0 layouts/theme/templates/pages/search.php
marv-0.3.2 layouts/theme/templates/search.php.erb
marv-0.3.1 layouts/default/templates/search.php.erb
marv-0.3.0 layouts/default/templates/search.php.erb