How to change location drop down into 2 or more sub locations
Plugin need to be activate for this: ResalesOnline MultiLevel Location Field
if you want to convert normal location drop down into location and then it’s sublocation or you can say 2 step location fields then you have to do following changes in existence location shortcode
Old shortcode: [ps_field field="location" ]
New shortcode: [ps_multilocation levels=2 ]
where,
2 will divide it into 2 sub locations and 3 will divide it into 3 sub locations
New shortcode: [ps_multilocation levels=2 ]
where,
2 will divide it into 2 sub locations and 3 will divide it into 3 sub locations
What else we can do with this field
Additional valid attributes:
- id=”XXX” use a custom id for the generated html elements. Note: since various elements will be created, a numerical suffix will be added to each element: XXX_1, XXX_2, XXX_3, etc.
- class=”XXX” add classes.
- parent”XXX” enter the slug for some location and only its sublocations will be displayed.
Output
2 sub location look like this
3 sub location look like this