Facts Wrapper Shortcode
Use [mufacts] to wrap a group of [mufact] shortcodes. The wrapper displays stat boxes in a responsive grid.
mufacts Parameters
- Facts Per Row (per_row): Controls how many stat boxes appear per row at larger screen sizes. Accepts
2,3, or4. Defaults to3. - Type (type): Controls the card style. Accepts
light-gray(default) orgreen(adds a green border). - Preheading (preheading): Optional. Small uppercase text displayed above the heading.
- Heading (heading): Optional. A heading displayed above the stat boxes. Also accepts
headerfor backward compatibility. - Subheading (subheading): Optional. Descriptive text displayed below the heading. Also accepts
subtitlefor backward compatibility.
Fact Shortcode
mufact Parameters
- RequiredNumber (number): The number or value to display prominently. Include any symbols directly in the value (e.g.
$64K,#1,98%). - RequiredTitle (title): The label that describes the stat, displayed below the number.
Facts and Stats Shortcode Examples
Four Facts Per Row Example
24
Degree Programs
140
Faculty Members
950
Undergraduates
$64K
Scholarships / Semester
Shortcode
[mufacts per_row="4"]
[mufact title="Degree Programs" number="24"]
[mufact title="Faculty Members" number="140"]
[mufact title="Undergraduates" number="950"]
[mufact title="Scholarships / Semester" number="$64K"]
[/mufacts]
Three Facts Per Row Example
100+
Years of Excellence
200+
Student Organizations
48
States Represented
Shortcode
[mufacts per_row="3"]
[mufact title="Years of Excellence" number="100+"]
[mufact title="Student Organizations" number="200+"]
[mufact title="States Represented" number="48"]
[/mufacts]
With Heading Example
By the Numbers
240+
Degree Programs
800+
Faculty Members
200+
Student Organizations
187
Years of Excellence
Shortcode
[mufacts per_row="4" preheading="By the Numbers" heading="Marshall at a Glance" subheading="A snapshot of what makes Marshall University exceptional."]
[mufact title="Degree Programs" number="240+"]
[mufact title="Faculty Members" number="800+"]
[mufact title="Student Organizations" number="200+"]
[mufact title="Years of Excellence" number="187"]
[/mufacts]