This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Sequential Page Number

Kuvaus

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

Kuvankaappaukset

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“WP Sequential Page Number” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

Käännä “WP Sequential Page Number” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Muutosloki

1.1

  • Support latest WordPress.
  • Security improvements.

1.1

  • Support latest WordPress.
  • Added documentation.

1.0

  • Initial version.