WP Sequential Page Number

ਵੇਰਵਾ

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

ਸਕਰੀਨਸ਼ਾਟ

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“WP Sequential Page Number” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“WP Sequential Page Number” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

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

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.1

  • Support latest WordPress.
  • Security improvements.

1.1

  • Support latest WordPress.
  • Added documentation.

1.0

  • Initial version.