Added missing "name" field to search form.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 3 Aug 2018 14:29:00 +0000 (10:29 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 3 Aug 2018 14:29:00 +0000 (10:29 -0400)
sections/header.php
style.css

index cc1185a..f7f0687 100644 (file)
@@ -15,7 +15,7 @@
             </div>
             <div class="medium-5 columns header-search-section show-for-medium-up">
                 <form class="header-search" method="GET" role="search" action="<?php echo home_url('/').'site-search/'; ?>">
-                    <input class="header-search-input" type="text">
+                    <input class="header-search-input" name="query" type="text">
                 </form>
                 
                 <div class="search-icon">
@@ -40,4 +40,4 @@
         </div>
     </div>
     
-</header>
\ No newline at end of file
+</header>
index aca9c57..d2dacfc 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Resort Township
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Resort Township
-Version: 1.0.3
+Version: 1.0.4
 */