Skip to content

Related Courses

Below a single course the addon can show a Related Courses section, so learners discover more courses after viewing one.

  • The section renders on the single course page (on the rlla_llms_single_course_content hook, after the course info tabs).
  • It is controlled from the Related Courses settings tab under the Reign LifterLMS options.

These options live under Reign theme options > LifterLMS > Related Courses and are stored in reign_options['lifterlms']:

Setting Key Default Purpose
Related Courses enable_related_courses enable Enable or disable the section.
Heading For Related Courses title_related_courses Related Courses The section heading text.
Number Of Related Courses Show num_of_related_courses 3 How many related courses to display.

The current course is excluded from the related list so it never recommends the course being viewed.

See Theme settings for the full settings reference.