Returns the absolute URL for the given page
<?php $subpages = $page->children()->paginate(10); $pagination = $subpages->pagination(); ?> … <a href="<?php echo $pagination->pageUrl(5) ?>"> Go to page 5 </a>