Hi there,
I’ve added locations in the location attribute. When editing a post on the backend, the location displays properly as a drop down menu e.g.
City
– Suburb
– Suburb
City
– Suburb
– Suburb
However, when you select ‘add a listing’ on the front-end and you want to select location it just shows as an alphabetical list, the same occurs on the ‘all listings page” e.g.
city
city
suburb
suburb
city
suburb
How do I change the menu style such that all the Cities are Visible and Suburbs within those cities viewable only when a user clicks on the city? And such that multiple locations can be selected at the same time?
I need this for both the ‘sumbit a listing’ page and the ‘all listings’ page as well as to react the same if I add location to the search bar.