$site->hasUnlistedChildren() Checks if the page has any unlisted children kirby/src/Cms/HasChildren.php#L155 $site->hasUnlistedChildren(): bool Return type bool Parent class Kirby\Cms\Site Example <?php if($site->hasUnlistedChildren()): ?> There are unlisted (published, but not listed) children in /content. <?php endif ?>