Search form not working
-
Hello hi, im using forgiven theme in my project. When i search a particular page using the search option it is redirecting to the home page. Can you anyone help me to fix it???
This is my search form code<div id="search"> <form action="<?php echo home_url(); ?>/" id="searchform" method="get"> <input class="field" name="s" value="<?php _e('Search...','forgiven'); ?>" title="<?php _e('Search...','forgiven'); ?>" /> <input type="submit" class="es-button" value="<?php _e('Go','forgiven'); ?>" /> <div class="cl"></div> </form> </div>
this is my code.
Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Search form not working’ is closed to new replies.