Modify search template
This commit is contained in:
parent
3314a5058f
commit
d66211b090
|
@ -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'); ?> “<?php the_search_query(); ?>”</h1>
|
||||
</header>
|
||||
<?php get_template_part('template-parts/loop'); ?>
|
||||
</div><!-- /#content -->
|
||||
</div>
|
||||
<?php get_sidebar(); ?>
|
||||
</div><!-- /.row -->
|
||||
<?php get_footer(); ?>
|
Loading…
Reference in New Issue