New Search Box
I hope someone can help me out with this...
I've created a new section on my job roller site for company profiles. I did this by creating a new post type (e.g. companies) and custom taxonomies.
Anyway, I want to add a search box above this page so that visitors can just type in a company name to see if it's there.
I've duplicated search.php and header-search.php, edited the values and renamed them as search-startup.php and header-startup-search.php. In search-startup.php, I've edited the query to only display my custom post type.
Now, the search box appears right on the front-end... however, when I click to submit a company search, it reverts back to the job results page. How do I get header-startup-search.php to point to search-startup.php?
Here's a link to the page:
Startups | jobs
Any help would be greatly appreciated.