Your IP : 216.73.216.164


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/sidebar.php

<?php
/**
 * The sidebar containing the main widget area.
 *
 * @link    https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Maxcoach
 * @since   1.0
 */
?>
<?php if ( ! is_active_sidebar( 'blog_sidebar' ) ) : ?>
	<aside id="secondary" class="widget-area">
		<?php dynamic_sidebar( 'blog_sidebar' ); ?>
	</aside>
<?php endif; ?>