removing shortcode for contact form
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 5 Apr 2018 13:49:03 +0000 (09:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 5 Apr 2018 13:49:03 +0000 (09:49 -0400)
removing the contact form shortcode from the theme

header.php
page-22.php
style.css

index 7f4ba15..3d99bde 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.3">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.5">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">  
     <?php wp_head(); ?>
   </head>
index ff1e9c6..e74c841 100644 (file)
@@ -8,7 +8,7 @@
                         <?php endwhile; else:?>
                         <p><?php _e('Sorry, no results found.');?></p>
                         <?php endif;?>
-                        <?php echo do_shortcode('[contact-form-7 id="78" title="Contact form 1"]');?>
+           
                 </div>
 <!--
                 <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
index 42054e8..cac4e04 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: WildBills
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ParrotsLanding
-Version: 1.0.4
+Version: 1.0.5
 */