Hi,
I’m looping my posts like this:
<?php foreach (page('photography')->children()->listed() as $album): ?>
How can I sort them so instead of going descendent they go ascendent? I don’t want to use sortBy() simply show them like how they appear in the panel but in the opposite order.
Thanks in advance.