It looks to be something involved with this code in ‘content-archive-course.php’
while ( LP()->wp_query->have_posts() ) : LP()->wp_query->the_post();
learn_press_get_template_part( 'content', 'course' );
endwhile;
I’m not too familiar with PHP or the WP development flow, so I’m a little stumped on how to debug this.