Description
Isn’t it annoying when you craft a post title, and then the URL slug kind of falls short? Like, if your title is Breaking: Yankees win 3-2 in extra innings. I’m excited & literally can’t even and your post slug turns out like breaking-yankees-win-3-2-in-extra-innings-im-excited-literally-cant-even. “3-2” is ambiguous because all the words are already separated by dashes. “im” is not a word. “cant” means something else. The ampersand meaning “and” just got dropped. The leading “breaking-” will be silly when the date part of the URL is 3 years old. The whole URL is off. Doesn’t this make more sense? yankees-win-3-to-2-in-extra-innings-i-am-excited-and-literally-cannot-even. Sure it’s really long (and a future version of the plugin will help with that!), but it reads much better.
Contribute
Contribute to this plugin on GitHub:
https://github.com/markjaquith/slug-control/issues
Installation
Search for “Slug Control” and install it.
Manual Installation
- Upload the entire
/cws-slug-control
directory to the/wp-content/plugins/
directory. - Activate Slug Control through the ‘Plugins’ menu in WordPress.
FAQ
- Are there any options?
-
Not yet. This is an initial release to test the idea.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Slug Control” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Slug Control” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1
- First release