Search results page not loading
-
I have WordPress and Buddypress. When I have WordPress use the Buddypress Activity page as the front page, I can no longer see search results for WordPress posts. When I search the page refreshes and does not give me the requested search results.
I have set both my Front page and Post page to different pages.
I’ve tried creating a search results page and have it use a template.
I think the problem could be that the search bar doesn’t know the new search results page to send the user to display the results. This is the search code:
<div class="bigsearch"> <div class="searchr"> <form id="searchform" action="<?php echo get_option('home') ?>"> <input type="text" name="s" value="Search Reviews & News ...." onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" /> <input type="image" src="<?php bloginfo('template_url'); ?>/images/space.gif" /> </form> </div>
Any thoughts?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Search results page not loading’ is closed to new replies.