Orderby for multiple fields
-
In order to replicate an organisational chart, we have set an admin field with delegation levels 1-5. In the shortcode, we filter results by division. How can we order by (a) delegation in descending order, and then (b) alphabetically in ascending order? Something like:
[pdb_list orderby="delegation" order="desc" orderby="first_name" order="asc"]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Orderby for multiple fields’ is closed to new replies.