We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00179de commit ba8236dCopy full SHA for ba8236d
searchform.php
@@ -12,7 +12,7 @@
12
13
14
?>
15
-<form action="<?php echo esc_url(home_url('/')); ?>" id="search_form" class="mb" method="post">
+<form action="<?php echo esc_url(home_url('/')); ?>" id="search_form" class="mb" method="get">
16
<div class="input-group">
17
<input type="text" id="s" name="s" autocomplete="off" placeholder="Search" class="form-control">
18
<input type="hidden" value="the_search_text" name="action">
0 commit comments