Your IP : 3.21.105.222


Current Path : /home/church/www/paradigmmar.com/wp-content/themes/honeypress/
Upload File :
Current File : /home/church/www/paradigmmar.com/wp-content/themes/honeypress/woocommerce.php

<?php
get_header();?>
<div class="clearfix"></div>
<section class="section-module blog woocommerce">
	<div class="container">
		<div class="row">	
			<div class="col-md-<?php echo ( !is_active_sidebar( 'woocommerce' ) ? '12' :'8' ); ?> col-xs-12">
				<?php woocommerce_content(); ?>
			</div>	
			<?php get_sidebar('woocommerce'); ?>
		</div>
	</div>
</section>
<?php get_footer(); ?>