Add shortcode call
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 26 Sep 2014 19:54:23 +0000 (15:54 -0400)
committerSteve 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

index 4a90a55..9c23f0c 100755 (executable)
@@ -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 -->