My problem is that I'm attempting to give the child pages in my portfolio a custom order, but my code is not working.
Here's the code I'm using:
title: Portfolio
content:
items: '@self.children'
order:
by: default
custom:
- _celebrity-interviews
- _essays
- _video
- _one-direction-connection
For some reason, though, the pages are still appearing in the order I created them. Does anyone know where I went wrong?
Thanks!