Modify search template

This commit is contained in:
Fabiano Alencar 2018-04-03 13:50:56 -03:00
parent 3314a5058f
commit d66211b090
1 changed files with 1 additions and 3 deletions

View File

@ -2,11 +2,9 @@
<div class="row">
<div class="col-sm">
<div id="content" role="main">
<header class="mb-4 border-bottom">
<h1><?php _e('Search Results for', 'tainacan-theme'); ?> &ldquo;<?php the_search_query(); ?>&rdquo;</h1>
</header>
<?php get_template_part('template-parts/loop'); ?>
</div><!-- /#content -->
</div>
<?php get_sidebar(); ?>
</div><!-- /.row -->
<?php get_footer(); ?>