Tagged Questions
0
votes
1answer
353 views
Override orderby to create list of users by custom meta_value
I'm having issues ordering a loop of users by a custom meta_value. Reading the Codex for get_users(), it doesn't actually say that you can use the meta_value for orderby. When I try to do it I get a ...
0
votes
1answer
285 views
How to sort posts by the average of comment meta values
Here's the situation-
I've customized the comment submission whereby users can provide a rating, and this gets stored as a meta value in the commentmeta table. I can query to return the average ...