❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$site->homePage()
Returns the $page object for the home page
return
($page)
Example
<?= $site->homePage()->text() ?>
↑
Cheat Sheet overview
←
$site->hasVisibleChildren()
→
$site->id()
↓
Back to Cheat Sheet section
Top