Your IP : 18.117.192.205


Current Path : /home/church/public_html/inspirewithangela.com/wp-content/themes/neve/
Upload File :
Current File : /home/church/public_html/inspirewithangela.com/wp-content/themes/neve/sidebar.php

<?php
/**
 * The Sidebar containing the main widget areas.
 *
 * @package  Neve
 */

if ( ! is_active_sidebar( 'blog-sidebar' ) ) {
	return;
} ?>

<div class="nv-blog-sidebar">
	<aside id="secondary" class="blog-sidebar" role="complementary">
		<?php dynamic_sidebar( 'blog-sidebar' ); ?>
	</aside>
</div>