Sorting without blueprint

Hey, I’ve recently moved my blog from Hugo to Kirby and now have all my posts visible in Kirby. My oldest post’s directory is prefixed with 1_, the latest one with 52_. In my Kirby panel the blog post with 1_ is listed first, same for the listing when I go to the index page of my site where the oldest blog post is visible first.

I read that this is usually controlled by adapting the blueprint file, my theme however has no blueprint directory.

How would I go about having this sorted correctly for a blog use case? (Latest blog post on top, oldest one at the bottom)

Thanks!

… my theme however has no blueprint directory

… because the blueprints for your theme are most likely located inside the plug-in folder. The structure here is different to that of a starterkit/plainkit. A theme without blueprints makes no sense. Unfortunately, the documentation does not indicate exactly where the blueprints are located. Please see if you can find the Blueprint folder under this folder structure: …/site/plugins/THEMENAME/blueprints/pages/