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.
Basic listing
Section titled “Basic listing”Show the most recent courses:
[reign_tutor_course count="6"]Filter by category
Section titled “Filter by category”Pass a category ID or slug (comma-separated for several):
[reign_tutor_course count="6" category="web-development"]Set the number of columns
Section titled “Set the number of columns”[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.
Turn on the course filter bar
Section titled “Turn on the course filter bar”[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.
Choose a layout
Section titled “Choose a layout”[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.
Hide parts of the card
Section titled “Hide parts of the card”[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.

