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:4.0
WordPress version tested:6.4.4
Plugin version:1.1
Added to WordPress repository:19-08-2020
Last updated:25-10-2023
Rating, %:0
Rated by:0
Plugin URI:https://manaf.co.in/
Total downloads:1 025
plugin download
Click to start download

WP Sequential Page Number is a WordPress plugin to generate a sequential page number. This plugin will override the default ID generated by WordPress to maintain a sequential numbering for the new pages.

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