Created
February 3, 2017 08:34
-
-
Save SirDarcanos/08751fcbc06d1e5baab93fa1a5999bad to your computer and use it in GitHub Desktop.
contact.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2><?php echo esc_html( 'Contact Us!' ); ?></h2> | |
<p><?php echo esc_html( 'Do you need any help? Please feel free to contact us from here!' ); ?></p> | |
<?php echo do_shortcode( 'WRITE HERE YOUR CONTACT FORM 7 SHORTCODE' ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment