projects
/
WP-Themes
/
SaultHistoricSites.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf4261
)
Include form tags
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Mar 2015 18:14:20 +0000
(14:14 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 31 Mar 2015 18:14:20 +0000
(14:14 -0400)
Need form tags and proper attributes for the form to work as search.
parts/off-canvas-menu.php
patch
|
blob
|
history
diff --git
a/parts/off-canvas-menu.php
b/parts/off-canvas-menu.php
index
40f1f81
..
22158aa
100644
(file)
--- a/
parts/off-canvas-menu.php
+++ b/
parts/off-canvas-menu.php
@@
-2,7
+2,9
@@
<?php glm_offcanvas_menu(); ?>
<div class="row">
<div class="small-12 columns">
- <input type="search" placeholder="Search">
+ <form method="get" action="<?php echo home_url('/'); ?>">
+ <input type="search" placeholder="Search" value="" name="s">
+ </form>
</div>
</div>
<ul class="vcard mobile-vcard">