我想根据页面名称按时间倒序显示页面。有没有比更改页面名称更简单的方法?
这是柯比的例子。 /content/blog/20121212-我的第一篇文章 /content/blog/20132206-a-second-article /content/blog/20142806-the-latest-article
我希望首先显示最新的帖子 - 20142806-最新文章。
有一个名为 flip
的 kirby 方法: <?php $articles = $page->children()->flip() ?>
https://getkirby.com/docs/cheatsheet/pages/flip