https://github.com/pbinkley/wordpress-number-slug
Wordpress plugin to use an initial number in the title as the slug
https://github.com/pbinkley/wordpress-number-slug
wordpress
Last synced: about 2 months ago
JSON representation
Wordpress plugin to use an initial number in the title as the slug
- Host: GitHub
- URL: https://github.com/pbinkley/wordpress-number-slug
- Owner: pbinkley
- Created: 2013-01-27T04:32:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-27T22:44:25.000Z (over 13 years ago)
- Last Synced: 2025-03-04T19:44:39.134Z (over 1 year ago)
- Topics: wordpress
- Language: PHP
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wordpress-number-slug
=====================
Wordpress plugin to use an initial number in the title as the slug
This plugin modifies the process that creates the slug in the permalink for a post.
If the title starts with a number, the slug will be simply that number; otherwise the
slug will be the normal Wordpress sanitized title.
e.g.
title "34 Some Title" -> http://yourwordpress.com/34/
title "Some Title" -> http://yourwordpress.com/some-title/