Hello
Thank you for asking. Listing location is not a “post meta”. It is a taxonomy named “at_biz_dir-location”. You can get them by using the default wordpress function “get_terms” – get_terms() | Function | WordPress Developer Resources or “get_the_terms” – get_the_terms() | Function | WordPress Developer Resources
Kind Regards
In that case, could you help me sort the location names?
When searching, I need locations in the drop-down list to be in alphabetical order, and there should also be preferred locations that will be displayed at the top of this list.
My coding knowledge is not great at all. I was able to sort it alphabetically, but I couldn’t make the preferred locations appear at the top of the dropdown list.
Thank you in advance
@mahfuz87
In that case, could you help me sort the location names?
When searching, I need locations in the drop-down list to be in alphabetical order, and there should also be preferred locations that will be displayed at the top of this list.
My coding knowledge is not great at all. I was able to sort it alphabetically, but I couldn’t make the preferred locations appear at the top of the dropdown list.
Thank you in advance