BACK TO DIRECTORY

WP Sequential Page Number

by Abdul Manaf M

0.0
(0 ratings)

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

Plugin Details

Active Installs
0
Total Downloads
2,134
Version
1.3
Requires WP
6.5
Requires PHP
7.0
Tested Up To
6.7.7
Added
2020-08-19
Last Updated
2025-01-20 4:35pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0