This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/global-templates/left-sidebar-check.php

19 lines
392 B
PHP
Raw Normal View History

2017-01-27 12:22:02 +00:00
<?php
/**
* Left sidebar check
2017-01-27 12:22:02 +00:00
*
* @package understrap
*/
2019-06-20 08:57:12 +00:00
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
2017-01-27 12:22:02 +00:00
$sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
?>
<?php if ( 'left' === $sidebar_pos || 'both' === $sidebar_pos ) : ?>
2018-11-18 23:47:07 +00:00
<?php get_template_part( 'sidebar-templates/sidebar', 'left' ); ?>
<?php endif; ?>
<div class="col-md content-area" id="primary">