Sindbad~EG File Manager

Current Path : /home/frekansk/public_html/wp-content/themes/turitor/
Upload File :
Current File : /home/frekansk/public_html/wp-content/themes/turitor/taxonomy-ld_course_category.php

<?php
/**
 * the template for displaying all posts.
 */

get_header();
get_template_part('template-parts/banner/content', 'banner-blog');
$turitor_blog_sidebar = turitor_option('blog_sidebar', 3);
$turitor_column = ( !is_active_sidebar('sidebar-1')) ? 'col-lg-12 mx-auto' : 'col-lg-8 col-md-12';
?>
<div id="main-content" class="main-container archive-course-container" role="main">
   <div class="container">
      <div class="row">
         <div class="<?php echo esc_attr($turitor_column); ?>">
                     
               <div class="turitor-learndash-course row">   
                  <?php
                  if ( have_posts() ) { 

                     while ( have_posts() ) : the_post();
                         get_template_part('template-parts/blog/learndash/learndash', 'content'); 
                     endwhile;
                     
                        wp_reset_postdata();
                     }
                  ?>
               </div><!-- .row -->

         </div>
         <?php 
				get_sidebar( 'ld' );
          ?>
      </div>
   </div>
</div>
<?php get_footer(); ?>

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