Buttons are great for a call to action, or to grab attention to an important link.
- In any wysiwyg field, press "Add Button"
This inserts a shortcode into your text content with fields for the link and label for the button. - Adjust the link for the button
- Adjust the label for the button to a clear call to action.
- You can adjust the button style with any of the following formats:
Primary button:
[button label='Click me' link='https://yourdomain.org/wp/anything' color='primary']
Primary button that opens in new window:
[button label='Click me' link='https://yourdomain.org/wp/anything' color='primary' new=true]
Secondary button:
[button label='Click me' link='https://yourdomain.org/wp/anything' color='default']
Typically you’ll want to include no more than 1 or 2 ‘primary’ buttons on a page.