Your IP : 216.73.216.23


Current Path : /home/www/hallgroupsolutions.com/wp-content/themes/Home-Page/
Upload File :
Current File : /home/www/hallgroupsolutions.com/wp-content/themes/Home-Page/twocolumn.php

<?php
/*
Template Name: Two Column
*/
?>

<?php get_header(); ?>

	<div class="wrapper">
	<div class="bodybg">
	<div class="row">
	<div class="col-xs-12 onecolumn">
	<?php if ( function_exists('yoast_breadcrumb') ) {
	yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
</div>
</div>
	
	<div class="row">
	<div class="col-xs-9 lefttwocol">
	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
	    <?php the_content(__('(more...)')); ?>
	    <?php endwhile; else: ?>
	    <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
	    <?php endif; ?>
	
	
	
	</div>
	<div class="col-xs-3 righttwocol">
	<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('events_sidebar') ) : ?>
			<?php endif; ?>
	
	
	
	</div>
	
	</div>
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	</div>
	</div>
	

	
	<div class="clear"></div>
	</div>
	
	
<?php get_footer(); ?>