$pages->findOpen() Finds the currently open page kirby/src/Cms/Pages.php#L300 $pages->findOpen(): Kirby\Cms\Page|null Return type Kirby\Cms\Page|null Parent class Kirby\Cms\Pages Example <?= $page->children()->findOpen()->title() ?>