Skip to content

Instantly share code, notes, and snippets.

@richgcook
Created September 16, 2015 11:02
Show Gist options
  • Select an option

  • Save richgcook/ff3b866101a3e9fc548f to your computer and use it in GitHub Desktop.

Select an option

Save richgcook/ff3b866101a3e9fc548f to your computer and use it in GitHub Desktop.
<li><?php if ($page->prev->id) : ?><a href="<?php echo $page->prev->url; ?>">Previous</a><?php endif; ?><?php if ($page->id === $page->siblings->last->id || $page->id === $page->siblings->first->id) : ?><?php else : ?>/<?php endif; ?><?php if ($page->next->id) : ?><a href="<?php echo $page->next->url; ?>">Next</a><?php endif; ?></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment