Listing courses

In normal web pages or in the course category description page you can include anywhere in the page the following commands that will be converted to appropriate list the courses.

With the exception of %%list_not_ended, the commands list the courses that have a start date later than/or "today"

In a course category page

%%list_all
  • Lists all the courses from that category, grouped by month
%%list_not_ended
  • Lists all the courses from that category that have an end date later than/or "today", grouped by month
%%list_category_with_tags abc,xyz,uvw%%
  • Lists all the courses from that category that have the tag(s) 'abc' OR 'xyz' OR 'uvw', grouped by month
%%list_category_with_tag abc%%
  • Lists all the courses from that category that have the tag 'abc', grouped by month
%%list_with abc%%
  • Lists all the courses from ALL categories that include the text 'abc', grouped by category
%%list_with_tags abc,xyz,uvw%% 
  • Lists all the courses from ALL categories that have the tag(s) 'abc' OR 'xyz' OR 'uvw' , grouped by month
%%list_with_tag abc%%
  • Lists all the courses from that category that have the tag 'abc',  grouped by month
%%list_category_singles
  • Lists all the courses from that category that have the tag 'single', grouped by month
%%list_singles
  • Lists all the courses from ALL categories that have the tag 'single', grouped by month
%%list_by_trainer abc,xyz,uvw%%
  • Lists all the courses from that category that have the tags 'abc' OR 'xyz' OR 'uvw' , grouped by trainer

In a generic web page

%%list_all
  • Lists all the courses, grouped by month
%%list_not_ended
  • Lists all the courses that have an end date later than/or "today", grouped by month
%%list_last_minute
  • Lists all the courses that have a start date no later than two weeks from "today", grouped by category
%%list_free
  • Lists all the courses that have free places, grouped by category
%%list_by_trainer abc,xyz,uvw%%
  • Lists all the courses from ALL categories that have the tag(s) 'abc' OR 'xyz' OR 'uvw' , grouped by trainer