Skip to content

Commit

Permalink
Update search.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodws authored May 3, 2019
1 parent e27db3a commit 50d73a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions search.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<div class="container">
<div class="row">

<div class="col-sm-8">
<div class="col-sm-9">
<div id="content" role="main">
<h1><?php _e('Search Results for', 'wpst'); ?> &ldquo;<?php the_search_query(); ?>&rdquo;</h1>
<hr/>
<?php get_template_part('loops/content', 'search'); ?>
</div><!-- /#content -->
</div>

<div class="col-sm-4" id="sidebar" role="navigation">
<div class="col-sm-3" id="sidebar" role="navigation">
<?php get_sidebar(); ?>
</div>

</div><!-- /.row -->
</div><!-- /.container -->

<?php get_footer(); ?>
<?php get_footer(); ?>

0 comments on commit 50d73a1

Please sign in to comment.