$field->toUrl() Turns the field value into an absolute Url kirby/config/methods.php#L291 $field->toUrl(): string Return type string Example Text file Title: My great article ---- More: some/related/page Template <a href="<?= $page->more()->toUrl() ?>">Read more …</a>