Update right-sidebar-check.php
This commit is contained in:
parent
37690fac6b
commit
bd4c012053
|
@ -1 +1,15 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Right sidebar check.
|
||||||
|
*
|
||||||
|
* @package understrap
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
$sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
||||||
|
|
||||||
|
if ( 'right' === $sidebar_pos || 'both' === $sidebar_pos ) :
|
||||||
|
|
||||||
|
get_sidebar( 'right' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
|
Reference in New Issue