Hi - I’m using the theme ‘journal 1.0.0’ with a Start Plan.
Through the Labs tab in the Ghost admin, I am able to change the sort order of posts to oldest-first on the home/index page by changing the routes.yaml file to:
collections:
/:
permalink: /{slug}/
template: index
order: published_at asc
However, what I actually want is for the ‘/tags/{slug}’ pages to sort in ascending order.
In other words, when someone clicks on a tag under “Topics”, I want them to go to an archive page for that tag and for the posts to be sorted from oldest to newest.
I’ve tried tweaking collections, channels and routes all to no avail. So, does anyone know how I would do this via the routes.yaml file?
Thanks!