Next Page, Not Next Post
Easily create navigation to sibling pages. Similar to next_post_link() and previous_post_link() but for pages.
The facts
- Rating
- 5★ from 12
- Active installs
- 1k+
- Price
- Free
- Last updated
- 4 Sep 2014
- Added
- Apr 2009
- Requires WP
- 2.7
- Tested up to
- WP 4.0.38
- Downloads
- 34,790
Our analysis
AI-assistedNext Page, Not Next Post is a WordPress plugin designed to facilitate navigation between sibling pages. It introduces two functions, next_page_not_post and previous_page_not_post, which allow for customisable navigation links. You can set anchor text, choose looping options, and determine how to sort the pages displayed.
The plugin also supports shortcodes, enabling you to easily add navigation links within your page content. This tool is suitable for users looking to enhance page navigation on their WordPress sites, particularly those with multiple sibling pages.
Best for: This plugin is best for WordPress users with multiple sibling pages who want to improve navigation.
What it does well
- ✓Creates navigation between sibling pages
- ✓Customisable anchor text options
- ✓Supports looping navigation
- ✓Includes shortcodes for easy integration
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Last updated in September 2014
- •Limited documentation available outside the author's site
Verdict
Next Page, Not Next Post offers a straightforward solution for page navigation, though its age and limited updates may be a concern for some users.
From the developer
Matt McInvale's own description of Next Page, Not Next Post, lightly tidied.
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.
- Anchor Text – Either set the anchor text manually or use the page title. Use %title to use page title with other strings. Defaults to page title, just leave blank for that.
- Looping – Link the first element to the last and the last to the first, or not. Defaults to not looping. Set to true for looping, cousins for cousin based navigation and cousinsloop for cousins navigation that loops.
- Get Pages – This is used to determine how to sort your results. Use the documentation at Get Pages to find all available options here. Defaults to menu_order ascending.
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