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