Hi everyone!
I have some selection tags which seem to be set up so they list alphabetically but I want to rearrange them differently. Is this possible to do without code?
They are acting as a filter by location for my portfolio page, currently listing as: Abroad, London, UK. But I want them to be ordered: London, UK, Abroad.
Thanks!
I have only been able to achieve this by code
If you reorder the entries in the CMS, or add a numeric ‘order’ field and then sort on that field, it should be possible to rearrange the order of the selection tags.
We did it here:
Could you give example of this code and how to find and fill the values? I’m not very good at coding, but I’ve got a Checkbox connected to a dataset with numerical tags (school grade levels). I’ve got to figure out how to write the code so that it sorts these tags numerically (rather than alphabetically: 1, 10, 11, 12, 2, 3, etc.). Thank you!