We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2fa46 commit 79ff85cCopy full SHA for 79ff85c
README.md
@@ -43,6 +43,7 @@ If you use these defaults you need to provide the fields `date (type: date)` and
43
```
44
45
**virtual page in site/config.php**
46
+
47
```php
48
return [
49
'routes' => [
@@ -75,6 +76,7 @@ or rss json
75
76
77
78
**Sorting by date**
79
80
Using `sortBy('date', 'desc')` will **not** yield expected results! In K3 sorting by date needs a callback.
81
82
$feed = page('blog')->children()->visible()->sortBy(function ($page) {
0 commit comments