• Resolved bcadej

    (@bcadej)


    Filter, sort, search functionality?

    We will have several hundred courses on all kind of topics. Are there any filter, sort, search functionalities on Sensei LMS. That a visitor will be able to EASILY find a course by his liking.
    Can courses be searched by keywords?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Sensei LMS comes with some basic filtering and sorting mechanisms. If you’d like more robust behaviour and have a bit of coding know-how, you can implement it yourself.

    Filtering – On the course archive page, you can currently filter by all courses or featured courses. You can add custom filters by using the sensei_archive_course_filter_by_options hook, and then providing your own implementation for the filtering mechanism by hooking into pre_get_posts.

    Sorting – By default, you can sort alphabetically or by newest courses first. Again, to add your own sort order options, you can use the sensei_archive_course_order_by_options hook, and then provide your own implementation for the sorting mechanism by hooking into pre_get_posts.

    Searching – Sensei LMS doesn’t have native search capability, but you should be able to use the Search widget that comes standard with WordPress installs to find courses. You can add it to a widget area under Appearance > Widgets.

    Thx.

    thanks @donnapep for your help.
    I use it to change the filter with the category, but if I want the filter also in the cagetory page archive.
    there is an hook that can help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filter, sort, search functionality?’ is closed to new replies.