Pod Entries: Order by.....something besides ASC or DESC?

0

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?

asked Jan 27 at 8:26

databell

26

add comment
enter at least 15 characters

1 Answer

0

Just create a numeric field called 'list-order' and then sort on that.

answered Jan 27 at 9:34

chris.pilko

884

add comment
enter at least 15 characters