02/14/2014 at 8:26 pm
#280085
Keymaster
@ Eric
Right, sorting by category … there is not built in method to do it. Actually, there is no built in method to grouping at all. You can sort by several fields. See the order_by doc page.
The best direction I can give … you would have to modify this function’s query to support grouping. Then you would need to add a shortcode option, here, to tell the query what to group by.
I hope that helps.
