projects
/
WP-Themes
/
WildBillsATVs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d812dda
)
Add shortcode call
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 26 Sep 2014 19:54:23 +0000
(15:54 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 26 Sep 2014 19:54:23 +0000
(15:54 -0400)
Use the do_shortcode function to call in the contact form on page 22
page-22.php
patch
|
blob
|
history
diff --git
a/page-22.php
b/page-22.php
index
4a90a55
..
9c23f0c
100755
(executable)
--- a/
page-22.php
+++ b/
page-22.php
@@
-8,7
+8,7
@@
<p><?php _e('Sorry, no posts yet');?></p>
<?php endif;?>
- Form goes here
+ <?php echo do_shortcode('[contact-form-7 id="30" title="Contact form 1"]');?>
</div><!-- /#toolbox -->
</div><!-- /#main -->