Intelligent Search Filtering
The problem with custom fields is that there is no relation between them so you can’t relate Suburbs to cities. A better way would be to create an hierarchical Custom Taxonomy so you can have a parent – child relation (like categories and sub categories). so: add_action( ‘init’, ‘create_locations_taxonomies’, 0 ); //create two taxonomies, genres … Read more