Course Feed Shortcode
Documentation from /tech. See there for the full gamut of examples.
Note, collapsables are used here only to make this page easier to look at. It’s not default to courfeeds.Show an entire college’s courses
[bu-course-feed include="CAS"] returns the following output:
Show Output
Show a single course
[bu-course-feed include="METCS101"] returns the following output:
Show Output
Show a few courses
[bu-course-feed include="METCS101,METCS201,METCS231"] returns the following output:
Show Output
Show a range of courses, exclude specific ones
[bu-course-feed include="METCS101-METCS599" exclude="METCS200,METCS331,METCS402,METCS492,METCS520,METCS534,METCS550,METCS564,METCS568,METCS572"] returns the following output:
Show Output