How to implement custom search with input fields?
Creating custom search is not the easiest of tasks for beginners. You will need templates search.php and searchform.php – View Codex. You can then edit searchform.php and add any fields you need. When the user submits the form it will also add any extra fields you have – so your search url may look something … Read more