Problem in Searchform.php
-
Hi,
Here is my domain
lovefalls.com
I have created designed a custom front page as u can see that !
Now , When i go inside any main page , suppose
lovefalls.com/sms-zone
and i try to search anything in search box located at top right of the page , it redirects to my home front page without showing any results!
Its creating problem for me , being a noob i dunno what changes to make in searchform.php so that it shows search results from archives/posts!
Here is the code i found in searchform.php
<form method=”get” id=”searchform” action=”<?php bloginfo(‘url’); ?>/”>
<div>
<input type=”text” value=”<?php the_search_query(); ?>” name=”s” id=”searchbox” />
<input type=”submit” id=”searchbutton” value=”” />
</div>
</form>Now help me in editing the code according to my needs !
Thanks ??
- The topic ‘Problem in Searchform.php’ is closed to new replies.