Display a styled call to action button in the middle of your post using the [bw_button] shortcode.
Here we display a link to the Contact page.
If you would like to ask about the bw_button shortcode then use
[bw_button link="/contact" text="Contact me" title="Send me a message" class="large"]
to write to us.
If you would like to ask about the bw_button shortcode then use Contact me to write to us.
The HTML generated by the shortcode in this example is:
<a class="button large art-button" href="/contact" title="Send me a message">Contact me</a>
See also
- [bw_contact_button]
- [bw_link]
- Use custom CSS to style the link.