Update search.php

This commit is contained in:
Vishal Deshpande 2017-11-27 09:40:48 +05:30 committed by GitHub
parent 8e052de950
commit 11efa88b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -8,7 +8,7 @@
get_header();
$container = get_theme_mod( 'understrap_container_type' );
$sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
?>
<div class="wrapper" id="search-wrapper">
@ -61,11 +61,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
</div><!-- #primary -->
<!-- Do the right sidebar check -->
<?php if ( 'right' === $sidebar_pos || 'both' === $sidebar_pos ) : ?>
<?php get_sidebar( 'right' ); ?>
<?php endif; ?>
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
</div><!-- .row -->