removing the contact form shortcode from the theme
<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>
<?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">
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for ParrotsLanding
-Version: 1.0.4
+Version: 1.0.5
*/