bigspring / monolith

A starter theme for WordPress built with Twitter Bootstrap
MIT License
9 stars 1 forks source link

Create call to action shortcode #283

Open jrgmartin opened 9 years ago

jrgmartin commented 9 years ago

Details

A reusable shortcode that displays a class to action block with a button to a contact form.

<footer class="panel cta-panel">
<h2>[Get in touch]</h2>
<p>[To learn more about our services or to request a free quote, please contact us]</p>
<a href="[contact page]" class="button primary">[To learn more about our services or to request a free quote, please contact us]</a>
</footer>