hot to use search and filter pro plugin pro
So, for clasipress theme users, edit the child theme functions.php file and add this to the end of the file (the file should NOT have ?> at the end, so if it does, remove that line!!)
function add_search_filter_before_page_loop() {
do_action('search_filter_query_posts', 3737);
}
add_action( 'appthemes_before_blog_loop', 'add_search_filter_before_page_loop' );
Where 3737 is the form ID number (so change to yours).
and use the As an Archive method with this.