Your IP : 18.190.160.50


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

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

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

<div class="nv-sidebar-wrap col-sm-12 nv-right">
	<aside id="secondary" class="shop-sidebar" role="complementary">
		<?php dynamic_sidebar( 'shop-sidebar' ); ?>
	</aside>
</div>