Unfortunately, we don't have an option to change the order directly; it will require custom work.
However, you can use the following custom code to change the order of courses based on a custom field like
course_order
. You can add this code to your child theme’s functions.php
file: https://codeshare.io/9bZeOVFor this custom order to work, you need to add a custom field named
course_order
to each course:- Go to LearnDash LMS > Courses in your WordPress dashboard.
- Edit each course.
- Scroll down to the Custom Fields section.
- Add a custom field named
course_order
and assign it a value (e.g., 1 for the first course, 2 for the second, etc.). - Save the course.
If you don't have custom field support enabled, you'll need to activate it for your LearnDash courses.
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.