Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/allow-numeric-stubs
WordPress plugin that allows pages to have a numeric slug (URL).
https://github.com/automattic/allow-numeric-stubs
wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
WordPress plugin that allows pages to have a numeric slug (URL).
- Host: GitHub
- URL: https://github.com/automattic/allow-numeric-stubs
- Owner: Automattic
- Created: 2015-12-17T09:23:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T19:13:15.000Z (over 8 years ago)
- Last Synced: 2024-10-07T11:17:23.508Z (about 1 month ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://alex.blog/wordpress-plugins/allow-numeric-stubs/
- Size: 76.5 MB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Allow Numeric Slugs
A WordPress plugin that allows pages to have a slug (URL) that is only a number.
Normally is not possible for a page to have a URL like `yoursite.com/about/2/` (a page called "2" that's a child of "About"). That URL conflicts with paged content feature where you can posts and pages with multiple pages of content by adding `` within your content.
This plugin allows you to have pages with numbers as slugs by giving up the ability to have paged content pages which isn't a big deal as most people don't use paged content pages anyway.