Use the [bw_mailto] or [bw_email] shortcode to create a link to enable people to send emails to you, rather than using a Contact form.
[bw_email]
[bw_email] produces the output in a span, so it can appear inline with the rest of the content. Email: [email protected] This may look a little odd; you may want to remove the prefix and separator.
Notes
- Both shortcodes obtain their information from the oik options.
- You can override the default prefix ( “Email” ) and sep(arator) ( “: ” ) using shortcode parameters.
- You can also choose to display the information from “More Options” by using the alt=1 parameter
[bw_email alt=1]
Email: [email protected]
e.g. [bw_email prefix=’email prefix’ sep=’-> ‘] gives email prefix-> [email protected]
or to remove all the prefix [bw_email prefix=” ” sep=””] gives [email protected]