Example Button
Shortcode
[button url="https://www.cgu.edu" text="Go to CGU Main Site" aria_label="Go to CGU Main Site" color="red" style="solid" new_window="true"]
Parameters
url
(required) The url for this button.
text
(required) The text to be shown inside the button.
aria_label
(required) Overrides the default aria-label function on buttons, which is aria-label="Read more about (post title)"
.
color
(optional) The color of the button (defaults to black). Specify one of these CGU brand colors:
[ red, dark-red, black, gray, light-gray, yellow, light-green, dark-green, blue, light-blue, teal, dark-teal ]
style
(optional) The button style (defaults to outlined button). Specify “solid” for a solid style button.
new_window
(optional) set to “true” if you want this button to open a new browser tab/window.