Sindbad~EG File Manager

Current Path : /home/frekansk/www/wp-content/themes/turitor/
Upload File :
Current File : /home/frekansk/www/wp-content/themes/turitor/single-sfwd-courses.php

<?php
/**
 * the template for displaying all posts.
 */
   get_header(); 
   get_template_part( 'template-parts/banner/content', 'banner-course' );

   $turitor_blog_sidebar = turitor_option('blog_sidebar',1); 
   $learndash_related_coures = turitor_option('learndash_related_coures'); 
   $turitor_column = ($turitor_blog_sidebar == 1 || !is_active_sidebar('sidebar-2')) ? 'col-lg-12 mx-auto' : 'col-lg-8 col-md-12';
?>
<div id="main-content" class="main-container learndash-single"  role="main">
    <div class="container">
        <div class="row">
             <?php if($turitor_blog_sidebar == 2){
				    get_sidebar( 'ld' );
            }  ?>
            <div class="<?php echo esc_attr($turitor_column);?>">
                <?php while ( have_posts() ) : the_post(); ?>
                    <div  class="post-content post-single">
                        <?php get_template_part( 'template-parts/blog/learndash/learndash', 'page' ); ?>
                    </div>

                    <?php
                    if ( "yes" == $learndash_related_coures && class_exists( 'SFWD_LMS' )) {
                            turitor_Learndash_related_courses();
                        }
                    ?>


                    <?php 
                        turitor_post_nav();  
                    ?>

				<?php endwhile; ?>
            </div> <!-- .col-md-8 -->
           
            <?php if($turitor_blog_sidebar == 3){
				get_sidebar( 'ld' );
			  }  ?>
        </div> <!-- .row -->
    </div> <!-- .container -->
</div> <!--#main-content -->
<?php get_footer(); ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists