tooth-paste Posted July 13, 2017 Posted July 13, 2017 I have children with the name of coaches. I want to sort the list alphabetically based on the field 'Location'. This is a field on the detail page of every coach. Is this possible? $coaches = $pages->get("/coaches/")->children;
LostKobrakai Posted July 13, 2017 Posted July 13, 2017 $coaches = $pages->get("/coaches/")->children($selector); 4
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now