Rankings

Rankings Wrapper Shortcode

Use [mu_rankings] to wrap a group of [mu_ranking] shortcodes. The wrapper displays rankings in a responsive grid: one column on mobile, two on tablet, and three on desktop.

mu_rankings Parameters

  • Extra Classes (class): Optional. Any additional CSS classes to apply to the wrapper element.

Ranking Shortcode

mu_ranking Parameters

  • Ranking (ranking): The ranking value. Include a # before any numerals (e.g. #1, Top 10).
  • RequiredTitle (title): The title of the ranking.
  • RequiredSource (source): The source or publication of the ranking.

Rankings Shortcode Examples

Rankings Grid Example

#1
Forensic Science Graduate Program
American Board of Criminalistics, 2016
#1
Most Beautiful College Campus in West Virginia
Buzzfeed, 2017
Top 10
Best Value University in West Virginia
Washington Monthly, 2023
Shortcode
[mu_rankings]
[mu_ranking ranking="#1" title="Forensic Science Graduate Program" source="American Board of Criminalistics, 2016"]
[mu_ranking ranking="#1" title="Most Beautiful College Campus in West Virginia" source="Buzzfeed, 2017"]
[mu_ranking ranking="Top 10" title="Best Value University in West Virginia" source="Washington Monthly, 2023"]
[/mu_rankings]