File: /www/wwwroot/aiwellbore.com/wp-content/themes/study-education-pro/left-sidebar.php
<?php
/*
Template Name: Left Sidebar
*/
get_header(); ?>
<div class="content-area">
<div class="middle-align sidebar_content">
<div class="site-main flotRight" id="sitemain">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php
//If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
comments_template();
?>
<?php endwhile; // end of the loop. ?>
</div>
<div class="sidebar-left">
<?php get_sidebar();?>
</div>
<div class="clear"></div>
</div>
</div>
<?php get_footer(); ?>