Theme Settings
The addon’s options live inside the Reign theme options under a LifterLMS tab, not in a menu of their own. All values are stored inside the shared reign_options array under the lifterlms key.
Where to find them
Section titled “Where to find them”Open the Reign theme options and select the LifterLMS tab. Inside it there are three vertical sub-tabs:
- General
- Related Courses
- LifterLMS BuddyPress Integration
Change a value and save the Reign settings form. Saving requires the manage_options capability; only the LifterLMS section is written, so saving here never disturbs other Reign tabs, and saving another tab never clears these.
General
Section titled “General”| Setting | Key | Default | What it does |
|---|---|---|---|
| Distraction Free Layout | llms_distraction_free_layout |
enable |
Sets the focused reading view as the default for course content. |
| Dashboard Title Text | dashboard_text |
Dashboard |
Label for the link back to the course/dashboard in the distraction-free view, and the dashboard tab name. |
| Dashboard Navigation Style | llms_dashboard_navigation_style |
style1 |
Chooses dashboard navigation Style 1 or Style 2. |
| Courses Per Row - Archive | num_of_courses_per_row_archive |
3 |
Course columns per row on archive pages. |
| Memberships Per Row - Archive | num_of_memberships_per_row_archive |
3 |
Membership columns per row on archive pages. |
| Courses / Membership Per Row - Dashboard | num_of_dashboard_posts |
3 |
Columns per row inside the student dashboard. |
| Disable Course Instructor Tab | hide_instructor_tab |
off | Hides the Instructors tab on single courses. |
| Disable Course Author | lifterlms_course_author |
off | Hides the author in the single course banner. |
| Disable Course Date | lifterlms_course_date |
off | Hides the date in the single course banner. |
| Disable Course Meta | lifterlms_course_meta |
off | Hides the course meta block on single courses. |
| Disable Course Thumbnail | lifterlms_course_thumbnail |
off | Hides the thumbnail in the single course content. |
Related Courses
Section titled “Related Courses”| Setting | Key | Default | What it does |
|---|---|---|---|
| Related Courses | enable_related_courses |
enable |
Enables the related courses section under a single course. |
| Heading For Related Courses | title_related_courses |
Related Courses |
Section heading text. |
| Number Of Related Courses Show | num_of_related_courses |
3 |
How many related courses to show. |
See Related courses.
LifterLMS BuddyPress Integration
Section titled “LifterLMS BuddyPress Integration”This tab appears with BuddyPress active. See BuddyPress integration.
- Enable BuddyPress Group Integration (
enable_group_integration, default enabled on activation) - shown when the BuddyPress Groups component is active. - For each of seven activity types, an Enable / Disable dropdown and an Activity Content text template:
- Course Enrollment Activity (
reign_lifterlms_course_enrollment_activity) - Course Completion Activity (
reign_lifterlms_course_completion_activity) - Lesson Completion Activity (
reign_lifterlms_lesson_completion_activity) - Earn Certificate Activity (
reign_lifterlms_earn_certificate_activity) - Earn Achievement Activity (
reign_lifterlms_earn_achievement_activity) - Quiz Passed Activity (
reign_lifterlms_quiz_passed_activity) - Quiz Failed Activity (
reign_lifterlms_quiz_failed_activity)
- Course Enrollment Activity (
Each activity content field has a matching {key}_content key that stores its template text.

