Easily create navigation to sibling pages. Similar to next_post_link() and previous_post_link() but for pages.
Next Page, Not Next Post is a very simple plugin that creates navigation between sibling pages.
This plugin gives you two new functions, next_page_not_post($anchor_text, $loop, $sort)
& previous_page_not_post($anchor_text, $loop, $sort)
. Each function has three simple options.
SHORTCODES You can use [next_page] and [previous_page] shortcodes within your page content. Supported options are ‘anchor’, ‘loop’ and ‘getPagesQuery’.
More documentation for Next Page, Not Next Post on BinaryM.com
next_page_not_next_post.php
to the /wp-content/plugins/
directory<?php echo next_page_not_post(''); ?>
& <?php echo previous_page_not_post(''); ?>
in your templatesNone at this point. Contact us if you have any and I’ll add them here.