Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.