The button shortcode allows you to display a clickable button. The button text should be between the opening and closing shortcodes. The options for this shortcode are shown below.
Option | Default | Example | Description |
---|---|---|---|
style | style1 | style="style2" | The type of box will determine how it looks
|
href | (empty) | href="http://www.example.com" | The destination URL |
popup | 0 | popup="1" | The link will open in a new tab/window |
Examples
[button href="http://www.example.com"]Click me[/button]
[button href="http://www.example.com" style="style3" popup="1"]Click me[/button]