Moving closing primary </div> into right-sidebar-check.php for more clearness - Thx @jack-fdrv

This commit is contained in:
Holger Könemann 2018-04-12 20:35:08 +02:00
parent 8a8941329d
commit 548f4f04c1
7 changed files with 2 additions and 12 deletions

View File

@ -60,8 +60,6 @@ $container = get_theme_mod( 'understrap_container_type' );
<!-- The pagination component -->
<?php understrap_pagination(); ?>
</div><!-- #primary -->
<!-- Do the right sidebar check -->
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>

View File

@ -84,8 +84,6 @@ $container = get_theme_mod( 'understrap_container_type' );
<!-- The pagination component -->
<?php understrap_pagination(); ?>
</div><!-- #primary -->
<!-- Do the right sidebar check -->
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>

View File

@ -6,6 +6,8 @@
*/
?>
</div><!-- #closing the primary container from /global-templates/left-sidebar-check.php -->
<?php $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' ); ?>
<?php if ( 'right' === $sidebar_pos || 'both' === $sidebar_pos ) : ?>

View File

@ -60,8 +60,6 @@ $container = get_theme_mod( 'understrap_container_type' );
<!-- The pagination component -->
<?php understrap_pagination(); ?>
</div><!-- #primary -->
<!-- Do the right sidebar check -->
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>

View File

@ -42,8 +42,6 @@ $container = get_theme_mod( 'understrap_container_type' );
</main><!-- #main -->
</div><!-- #primary -->
<!-- Do the right sidebar check -->
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>

View File

@ -58,8 +58,6 @@ $container = get_theme_mod( 'understrap_container_type' );
<!-- The pagination component -->
<?php understrap_pagination(); ?>
</div><!-- #primary -->
<!-- Do the right sidebar check -->
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>

View File

@ -37,8 +37,6 @@ $container = get_theme_mod( 'understrap_container_type' );
</main><!-- #main -->
</div><!-- #primary -->
<!-- Do the right sidebar check -->
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>