LearnDash outputs a list of course content automatically on the course page. This includes all of your lessons, topics and/or quizzes. You might want to hide this list, and/or use the shortcode to have full control over exactly where you want it to appear on the page.
Hide Default Course Content List
This will simply hide the default course content list that LearnDash displays automatically.
.single-sfwd-courses .ld-lesson-list {
display: none;
}
Add Your Own Course Content List Using a Shortcode
Now let's say you want to display your own course content list using . Follow these steps:
You need to be a premium member to continue accessing this content.