Changeset 3225721
- Timestamp:
- 01/20/2025 04:35:18 PM (14 months ago)
- Location:
- wp-sequential-page-number
- Files:
-
- 7 added
- 2 edited
-
tags/1.3 (added)
-
tags/1.3/LICENSE.txt (added)
-
tags/1.3/README.md (added)
-
tags/1.3/inc (added)
-
tags/1.3/inc/numbering.php (added)
-
tags/1.3/readme.txt (added)
-
tags/1.3/wp-sequential-page-number.php (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/wp-sequential-page-number.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-sequential-page-number/trunk/readme.txt
r3180956 r3225721 1 === WP Sequential Page Number - Maintain a sequential numbering for the new pages===1 === WP Sequential Page Number === 2 2 Contributors: hellomanaf 3 3 Tags: numbering, page, pages, sequential … … 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.0 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 12 12 13 13 == Description == 14 WP Sequential Page Number is a WordPress plugin t o generate a sequential page number. This plugin will override the default ID generated by WordPress to maintain a sequential numbering for the newpages.14 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. 15 15 16 The sequential page number will be displayed in the page listing section, allowing admins or developers to use this ID for querying posts. 16 17 17 18 == Changelog == … … 27 28 * Initial version. 28 29 29 == A brief Markdown Example ==30 == A Brief Markdown Example == 30 31 You can display the page using meta_query(page_id_number). 31 32 query arguments: -
wp-sequential-page-number/trunk/wp-sequential-page-number.php
r3180951 r3225721 6 6 * Author: Abdul Manaf M 7 7 * Author URI: https://www.linkedin.com/in/manafm/ 8 * Version: 1. 28 * Version: 1.3 9 9 * Text Domain: wpspn 10 10 * Tested up to: 6.7
Note: See TracChangeset
for help on using the changeset viewer.