File: /home/wedotrades.co.uk/public_html/wp-content/themes/accelerate/search.php
<?php
/**
* The template for displaying Search Results pages.
*
* @package ThemeGrill
* @subpackage Accelerate
* @since Accelerate 1.0
*/
get_header(); ?>
<?php do_action( 'accelerate_before_body_content' ); ?>
<div id="primary">
<div id="content" class="clearfix">
<?php if ( have_posts() ) : ?>
<header class="page-header">
<h1 class="page-title">
<?php _e( 'Search Results', 'accelerate' ); ?>
</h1>
</header><!-- .page-header -->
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php endwhile; ?>
<?php get_template_part( 'navigation', 'search' ); ?>
<?php else : ?>
<?php get_template_part( 'no-results', 'search' ); ?>
<?php endif; ?>
</div><!-- #content -->
</div><!-- #primary -->
<?php accelerate_sidebar_select(); ?>
<?php do_action( 'accelerate_after_body_content' ); ?>
<?php get_footer(); ?>