I'm having a issue, where I need to find all the artwork, but have it sort based on the artistpage, but its doing it based on the alphabetically ordering, not the actual ordering of all my artistpages, which I have dragged into a specific order.
$pages->find('template=artwork, sort=artistpage');
I've checked to make sure "sort" is not set under any children for anything.