$field->toPage() Returns a page object from a page id in the field kirby/config/methods.php#L240 $field->toPage(): Kirby\Cms\Page|null Return type Kirby\Cms\Page|null Example <?php if($related = $page->related()->toPage()): ?> <p><a href="<?= $related->url() ?>">Read more…</a></p> <?php endif ?>