Location of Filter Code
Hi,
I've been trying for ages to locate the code for the filter bar, as I'm trying to set it up to filter by salary instead of job type. The only thing I've found so far is this bit of code in the search.php file:
<?php
$args = jr_filter_form();
query_posts($args);
?>
Where is it pulling that jr_filter_form from? I'm using JobRoller v1.2.1.
Thanks.