Skip to content

Kirby 4.1.2

$page->isUnlisted()

Checks if the page has no sorting number

$page->isUnlisted(): bool

Return type

bool

Parent class

Kirby\Cms\Page

<?php if($page->isUnlisted()): ?>
  // redirect to error page
  <?php go('error') ?>
<?php endif ?>