Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$pages->last()
Returns the last $page object from the collection
return
($page)
Example
<?= $page->children()->last()->title() ?>
↑
Cheat Sheet overview
←
$pages->keys()
→
$pages->limit($limit)
↓
Back to Cheat Sheet section
Top