'; echo '
'; echo '
'; echo '
'; while ( have_posts() ) : the_post(); get_template_part( 'learndash/tpl-part/single/single', 'content' ); endwhile; // ==== Bug fix for review plugin has active ==== if (class_exists('LearnDash_Course_Reviews') && $ld_course_single_conflict_issue ) { echo '
'; //Extra div for Course Reviews plugin conflict echo '
'; get_template_part( 'learndash/tpl-part/single/single', 'sidebar'); echo '
'; // End col-4 echo '
'; // End col-8 } else { echo '
'; //Extra div echo '
'; get_template_part( 'learndash/tpl-part/single/single', 'sidebar'); echo '
'; // End col-4 } echo ''; // End upstudy-row echo ''; if ( $ld_related_course_position == 'content' ) { echo '
'; echo '
'; echo '
'; upstudy_ld_related_course_content(); echo '
'; echo '
'; // End upstudy-row echo '
'; // End upstudy-container } echo '