File: //home/bristolfilton.co.uk/public_html/wp-content/themes/newsmag/sidebar.php
<?php
/**
* The sidebar containing the main widget area.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Newsmag
*/
if ( ! is_active_sidebar( 'sidebar' ) ) {
return;
}
$breadcrumbs_enabled = get_theme_mod( 'newsmag_enable_post_breadcrumbs', true );
?>
<aside id="secondary" class="<?php echo $breadcrumbs_enabled ? '' : 'newsmag-margin-top';?> widget-area col-lg-4 col-md-4 col-sm-4 newsmag-sidebar hidden-xs" role="complementary">
<div class="newsmag-blog-sidebar">
<?php dynamic_sidebar( 'sidebar' ); ?>
</div>
</aside><!-- #secondary -->