Program Listing

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 Media
    • cohp — College of Health Professions
    • cos — College of Science
    • cob — Brad D. Smith Schools of Business
    • coepd — College of Education and Professional Development
    • cecs — College of Engineering and Computer Sciences
    • cola — 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 true to show only programs with online options. Defaults to false.
  • Include Doctoral (include_doctoral): Optional. Set to true to include doctoral programs in the listing. Defaults to false.
  • Anchor Tag (anchor_tag): Optional. An HTML id applied to the listing wrapper for anchor linking.

Program Listing Examples

Full College Listing

College of Science Programs

Filter Programs

Loading programs...

No programs match these selected filters. Clear All Filters
Shortcode
[mu_program_listing title="College of Science Programs" college="cos"]

Graduate Programs Only

Graduate Business Programs

Filter Programs

Loading programs...

No programs match these selected filters. Clear All Filters
Shortcode
[mu_program_listing title="Graduate Business Programs" college="cob" degree_level="graduate"]

Online Programs Only

Online Programs

Filter Programs

Loading programs...

No programs match these selected filters. Clear All Filters
Shortcode
[mu_program_listing title="Online Programs" college="cola" online_only="true"]