????

Your IP : 18.217.119.115


Current Path : /home/darkwebsol/customclothingsmanufacturer.com/rohail/wp-content/themes/maxbizz/
Upload File :
Current File : /home/darkwebsol/customclothingsmanufacturer.com/rohail/wp-content/themes/maxbizz/sidebar.php

<?php
/**
 * The sidebar containing the main widget area
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Maxbizz
 */

if ( maxbizz_get_layout() === 'full-content' ) {
	return;
}

$sidebar = 'primary';

if ( ! is_active_sidebar( $sidebar ) ) {
	return;
}
?>

<aside id="primary-sidebar" class="widget-area primary-sidebar col-lg-3 col-md-3 col-sm-12 col-xs-12">
	<?php dynamic_sidebar( $sidebar ); ?>
</aside><!-- #secondary -->