Moving closing primary </div> into right-sidebar-check.php for more clearness - Thx @jack-fdrv
This commit is contained in:
parent
8a8941329d
commit
548f4f04c1
|
@ -60,8 +60,6 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
<!-- The pagination component -->
|
<!-- The pagination component -->
|
||||||
<?php understrap_pagination(); ?>
|
<?php understrap_pagination(); ?>
|
||||||
|
|
||||||
</div><!-- #primary -->
|
|
||||||
|
|
||||||
<!-- Do the right sidebar check -->
|
<!-- Do the right sidebar check -->
|
||||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -84,8 +84,6 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
<!-- The pagination component -->
|
<!-- The pagination component -->
|
||||||
<?php understrap_pagination(); ?>
|
<?php understrap_pagination(); ?>
|
||||||
|
|
||||||
</div><!-- #primary -->
|
|
||||||
|
|
||||||
<!-- Do the right sidebar check -->
|
<!-- Do the right sidebar check -->
|
||||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -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 $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' ); ?>
|
||||||
|
|
||||||
<?php if ( 'right' === $sidebar_pos || 'both' === $sidebar_pos ) : ?>
|
<?php if ( 'right' === $sidebar_pos || 'both' === $sidebar_pos ) : ?>
|
||||||
|
|
|
@ -60,8 +60,6 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
<!-- The pagination component -->
|
<!-- The pagination component -->
|
||||||
<?php understrap_pagination(); ?>
|
<?php understrap_pagination(); ?>
|
||||||
|
|
||||||
</div><!-- #primary -->
|
|
||||||
|
|
||||||
<!-- Do the right sidebar check -->
|
<!-- Do the right sidebar check -->
|
||||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||||
|
|
||||||
|
|
2
page.php
2
page.php
|
@ -42,8 +42,6 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
|
|
||||||
</main><!-- #main -->
|
</main><!-- #main -->
|
||||||
|
|
||||||
</div><!-- #primary -->
|
|
||||||
|
|
||||||
<!-- Do the right sidebar check -->
|
<!-- Do the right sidebar check -->
|
||||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -58,8 +58,6 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
<!-- The pagination component -->
|
<!-- The pagination component -->
|
||||||
<?php understrap_pagination(); ?>
|
<?php understrap_pagination(); ?>
|
||||||
|
|
||||||
</div><!-- #primary -->
|
|
||||||
|
|
||||||
<!-- Do the right sidebar check -->
|
<!-- Do the right sidebar check -->
|
||||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -37,8 +37,6 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
|
|
||||||
</main><!-- #main -->
|
</main><!-- #main -->
|
||||||
|
|
||||||
</div><!-- #primary -->
|
|
||||||
|
|
||||||
<!-- Do the right sidebar check -->
|
<!-- Do the right sidebar check -->
|
||||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||||
|
|
||||||
|
|
Reference in New Issue