Description
Plugin sanitizes title for post slug, replacing non-Latin characters to ASCII.
Requires PECL::Package::translit
At the moment the supported transliteration filters include: * Cyrillic-to-Latin transliteration; * Greek-to-Latin transliteration; * Han-to-Latin transliteration; * Hebrew-to-Latin transliteration; * and filters to remove diacriticals from text.
Installation
- Run the pear installer tool to install the extension on your server:
pear install https://pecl.php.net/get/translit
- Login to admin panel of your WP blog and go to
Plugins
Add New
- Enter
wp-nice-slug
and click on Search button - Click on link Install bellow plugin name
WP Nice Slug
- Activate plugin by clicking on link
Activate
FAQ
No questions yet
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WP Nice Slug” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP Nice Slug” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Added check for installed PECL package on plugin activation
1.0.1
- Fixed description
1.0
- First public release