Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想根据页面名称按时间倒序显示页面。有没有比更改页面名称更简单的方法?
这是柯比的例子。/content/blog/20121212-my-first-article /content/blog/20132206-a-second-article /content/blog/20142806-the-latest-article
我希望首先显示最新的帖子 - 20142806-the-latest-article。
有一个名为 kirby 的方法flip:<?php $articles = $page->children()->flip() ?>
flip
<?php $articles = $page->children()->flip() ?>
https://getkirby.com/docs/cheatsheet/pages/flip