Skip to content

Widgets

The addon registers seven LifterLMS widgets that you can place in any widget area (Appearance > Widgets or the block widget editor). They are prefixed Reign - LLMS in the widget list.

Add a widget, set its Title (and any options below), and save.

Lists LifterLMS course categories (the course_cat taxonomy).

Field Default Purpose
Title empty (falls back to “Course Categories”) Widget heading.
Show post counts off Show the number of courses next to each category.
Show hierarchy off Show child categories nested under parents.

Lists LifterLMS course difficulties (the course_difficulty taxonomy).

Field Default Purpose
Title empty (falls back to “Course Difficulties”) Widget heading.
Show post counts off Show the number of courses next to each difficulty.
Show hierarchy off Show child terms nested under parents.

Shows a search form scoped to courses.

Field Default Purpose
Title empty Widget heading.

This is a title-only widget. If the search-form helper is unavailable it prints a fallback message.

Lists published courses.

Field Default Purpose
Title empty Widget heading.
Number of courses to show 5 How many courses to list.

Results are cached in a transient and refreshed when the widget is saved.

Lists published memberships (llms_membership).

Field Default Purpose
Title empty Widget heading.
Number of memberships to show 5 How many memberships to list.

Reign - LLMS Course Instructor (Course Overview)

Section titled “Reign - LLMS Course Instructor (Course Overview)”

Built for lesson pages. It reads the parent course of the lesson being viewed and shows the instructor’s avatar, bio and social links, a Back To Course link, and a Free Layout (distraction-free) toggle button.

Field Default Purpose
Title empty Widget heading.
Show all instructors off When off, shows only the first instructor; when on, shows all.

Shows the avatars of students enrolled in the current course, lesson, quiz or assignment as a slider.

Field Default Purpose
Title “Enrolled Students” Widget heading (the only widget with a non-empty default title).

The number of students rendered is capped at 20 to keep large courses fast. This cap is not a widget field; it is set in code and can be changed with the rlla_llms_widget_enrolled_students_limit filter (set 0 to show all). The avatar size can be changed with rlla_llms_student_avatar_size (default 96). See Hooks and filters.