header update
authorIan Weller <ian@gaslightmedia.com>
Fri, 9 Dec 2016 21:37:41 +0000 (16:37 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 9 Dec 2016 21:37:41 +0000 (16:37 -0500)
I started to make a search field.  I need to add the magnifying glass.

sections/header.php

index 2fb35c2..411b0ce 100644 (file)
             <h2><i>2 Beautiful Peninsulas 1 Dedicated Vision</i></h2>
         </div>
         <div class="medium-3 columns">
-            <?php get_template_part('parts/search-form');?>
+            <form role="search" method="get" class="searchform" action="<?php echo home_url('/'); ?>">
+                <input class="search-input" type="text" placeholder="Search" value="" name="s">
+                <input>
+            </form>
         </div>
     </div>
 </header>
\ No newline at end of file