• 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)
  • I’m sorry but as you appear to be using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from www.remarpro.com here.

    Thread Starter Mohanavel

    (@mohanavel)

    ya okay thanks esmi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search form not working’ is closed to new replies.