Skip to content

Display Courses on a Page

Use the [reign_tutor_course] shortcode to list Tutor LMS courses anywhere shortcodes run: a page, a post, a text widget, or a page builder shortcode block.

Show the most recent courses:

[reign_tutor_course count="6"]

Pass a category ID or slug (comma-separated for several):

[reign_tutor_course count="6" category="web-development"]
[reign_tutor_course count="8" column_per_row="4"]

columns is accepted as an alias for column_per_row. If you set neither, the addon uses three columns on normal pages and two on profile or author pages.

[reign_tutor_course count="12" course_filter="on"]

The course_filter value is forwarded to Tutor LMS. The addon adds a small compatibility fix that inserts the hidden filter fields Tutor LMS expects, which prevents a JavaScript error when the filter bar loads.

[reign_tutor_course count="6" layout_style="list"]

list renders a single-column layout with the thumbnail beside the details. grid renders a wrapping grid. See Course display.

[reign_tutor_course count="6" show_students="no" show_duration="no"]

Any of show_instructor, show_category, show_duration, show_students, and show_lessons can be set to no.

For every parameter, see reign_tutor_course.