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.
I, too, am having trouble with this feature. I have created a single course, but the courses will not display on the corresponding ‘courses’ page, which I’ve called tutorials. If I change my theme to one of the default WP themes then it works.
Page in question: http://www.brentoncrowley.com.au/bacedu/tutorials/
Theme I am using: https://themeforest.net/item/-the-reader-wordpress-minimal-blog-theme/9897444
Any leads on something I can change to pull in the courses to the course page?