Buttons are great for a call to action, or to grab attention to an important link. 

  1. 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.



  2. Adjust the link for the button
  3. Adjust the label for the button to a clear call to action.
  4. 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.