previousKey() ) {
$previousLink = buildPage($page->previousKey())->permalink();
}
if ( $page->nextKey() ) {
$nextLink = buildPage($page->nextKey())->permalink();
}
}
}
if ( $isHome ) {
if ( Paginator::showPrev() ) {
$previousLink = Paginator::previousPageUrl();
}
if ( Paginator::showNext() ) {
$nextLink = Paginator::nextPageUrl();
}
}
?>
-
get('Previous page') ?>
-
get('Next page') ?>