The program listing shortcode displays an interactive, filterable list of degree programs pulled from the university’s program data. It includes filters for degree level, online options, and more.
Program Listing Shortcode
mu_program_listing Parameters
- Title (title): Optional. A heading displayed above the program listing (e.g.
College of Science Programs). - RequiredCollege (college): The abbreviation for the college whose programs should be displayed. Accepted values:
cam— College of Arts and Mediacohp— College of Health Professionscos— College of Sciencecob— Brad D. Smith Schools of Businesscoepd— College of Education and Professional Developmentcecs— College of Engineering and Computer Sciencescola— College of Liberal Arts
- Degree Level (degree_level): Optional. Filter the listing to a specific degree level (e.g.
undergraduate,graduate). - Online Only (online_only): Optional. Set to
trueto show only programs with online options. Defaults tofalse. - Include Doctoral (include_doctoral): Optional. Set to
trueto include doctoral programs in the listing. Defaults tofalse. - Anchor Tag (anchor_tag): Optional. An HTML
idapplied to the listing wrapper for anchor linking.
Program Listing Examples
Full College Listing
College of Science Programs
Shortcode
[mu_program_listing title="College of Science Programs" college="cos"]
Graduate Programs Only
Graduate Business Programs
Shortcode
[mu_program_listing title="Graduate Business Programs" college="cob" degree_level="graduate"]
Online Programs Only
Online Programs
Shortcode
[mu_program_listing title="Online Programs" college="cola" online_only="true"]