05/06/2016 at 12:34 pm
#375435
Keymaster
@ Sandra
If I understand the question correctly, you would like to change the sort order to country, town and then by name? Is that correct? If it is, then you can use the order_by shortcode option. Here’s an exmaple:
[connections order_by="country,city,sort_column"]
The sort_column attribute is the entry name.
Hope that helps! Let me know.
