fixing the search form
authorIan Weller <ian@gaslightmedia.com>
Tue, 21 Feb 2017 19:32:35 +0000 (14:32 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 21 Feb 2017 19:32:35 +0000 (14:32 -0500)
I added the correct items to the search-form.php.  It should help.

parts/search-form.php

index 87459f1..0a9e8d2 100644 (file)
@@ -1,4 +1,4 @@
-<form role="search" method="get" class="searchform" action="<?php echo home_url('/'); ?>">
-     <input class="search-input" type="text" placeholder="Search" value="" name="s">
+<form role="search" method="get" class="searchform" action="site-search/">
+     <input class="search-input" type="text" placeholder="Search" value="" name="query">
      <input class="search-button button" type="submit" value="Search" name="submit">
 </form>
\ No newline at end of file