WP Sequential Page Number
WP Sequential Page Number is a WordPress plugin to generate a sequential page number.
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 345 days ago
Is WP Sequential Page Number abandoned?
Likely maintained (last update 345 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
WP Sequential Page Number is a WordPress plugin that generates sequential page numbers for newly created pages, while retaining the default ID for existing pages.
The sequential page number will be displayed in the page listing section, allowing admins or developers to use this ID for querying posts.
A Brief Markdown Example
You can display the page using meta_query(page_id_number).
query arguments:
array(
‘post_type’ => ‘page’,
‘orderby’ => ‘meta_value’,
‘order’ => ‘DESC’,
‘meta_query’ => array(
‘meta_value’ => array(
‘key’ => ‘page_id_number’,
‘value’ => 680
)));
Installation
Frequently Asked Questions
Review feed
Changelog
1.1
- Support latest WordPress.
- Security improvements.
1.1
- Support latest WordPress.
- Added documentation.
1.0
- Initial version.

