remove categories from searchbar
Hello all,
on the Classipress searchbar I just want the box that says what are you looking for. I lready managed to remove the location from the searchbar with
add_filter( 'cp_display_search_location_field', '__return_false' );
but on the categories I have not found the code yet. I tried
add_filter( 'cp_display_search_category_field', '__return_false' ); at no luck.
All help appreciated,
Frank