WP Sequential Page Number is a WordPress plugin to generate a sequential page number.
As of April 2026, WP Sequential Page Number is a WordPress page plugin with 0 active installations and a 0/5 rating0. It has been downloaded 2.0K+ times in total. Requires WordPress 6.5+ and PHP 7.0+. Available on WordPress.org since 2020. Last updated 1 year ago — may have compatibility concerns. Top alternative: Post Type Switcher.
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.
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
)));
| WordPress | 6.5+ requiredTested up to 6.7.5 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.