如何按时间倒序对页面进行排序?

How to sort pages in reverse chronological order?

我想根据页面名称按时间倒序显示页面。有比更改页面名称更简单的方法吗?

这是柯比的例子。 /content/blog/20121212-my-first-article /content/blog/20132206-a-second-article /content/blog/20142806-the-latest-article

我希望最先显示最新的 post – 20142806-the-latest-article – 。

有一个名为 flip 的 kirby 方法:<?php $articles = $page->children()->flip() ?>

https://getkirby.com/docs/cheatsheet/pages/flip