WP Sequential Page Number – Maintain a sequential numbering for the new pages

plugin banner

WP Sequential Page Number is a WordPress plugin to generate a sequential page number. This plugin will override the default ID generated by WordPress …

Author:Abdul Manaf M (profile at wordpress.org)
WordPress version required:6.5
WordPress version tested:6.7.1
Plugin version:1.3
Added to WordPress repository:19-08-2020
Last updated:20-01-2025
Rating, %:0
Rated by:0
Plugin URI:https://manaf.in/
Total downloads:2 112
plugin download
Click to start download

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
)));


Screenshots
ChangeLog