Sorting users
-
Hi there,
I am trying to sort a [users] shortcode by a custom field that has been added to the users named ‘orderpos’.
I’ve attempted to use orderby, key, order etc in the shortcode but this always defaults to sorting by the username/display name (not sure which, both are the same for all users)
The code I am using follows
[users role="core" orderby="meta_value_num" key="orderpos" order="ASC"] <h5>[user] [user orderpos]</h5> [/users]
Does ‘orderby’ only work with posts and not users? Is there any way to sort users in this way?
Thanks for your help!
Gregor
https://www.ads-software.com/plugins/custom-content-shortcode/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sorting users’ is closed to new replies.