How to Implement home.php???
I've created my homepage file and now I'm finding it's impossible to search by Location.
No matter what page you're on, it always links back to the homepage. This is because the search form calls bloginfo('url') for its action attribute.
I've changed the form action to index.php but that will only cause the page to refresh whenever a search is ran.
What's strange is a keyword search works every time. And if I use a combination of keyword and location it works as well.
The problem is a location based search can't work on its own. So if a job seeker searches all jobs is say, Orlando Florida, the search function will break.
Last edited by bbuster79; November 13th, 2011 at 09:52 AM.
Reason: now home.php removed from body