Create buttons for links and downloads.
- Use: Draw attention to links and important resources; Use buttons instead of hyperlinks whenever possible; PDF or word document will automatically display the “download” icon; External links will automatically display the external link icon
- Location: Can be used on any page or post
- Capitalization: Sentence case
- Character limit: 40 characters
Default shortcode
Link Buttons (single): Inserts a single, small button on the page; Download and External Link icons are automatically displayed.
[buttons][button link_text="Button Text" link_url=""][/buttons]
Link Buttons (multiple): Inserts rows of buttons; Download and External Link icons are automatically displayed.
[buttons][button link_text="Button 1" link_url=""][button link_text="Button 2" link_url=""][button link_text="Button 3" link_url=""][/buttons]
Parameters
buttons -- begins/ends set of buttons button -- begins/ends single button within set link_text="" -- sets label text on button link_url="" -- sets URL address for button