Pod Entries: Order by.....something besides ASC or DESC?
I'm creating a menu for a restaurant using Pods and the problem is their entries are not in alphabetical order. They're all over the place. So using something like $pods->findRecords('name ASC'); won't work here. I know with regular WordPress pages you can set an 'Order by' number in the page attributes but there's nothing like that in Pods. Or is there and I'm just missing it? Anyone had a similar situation and how did you best handle it?
1 Answer
Just create a numeric field called 'list-order' and then sort on that.
