This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Nice Slug

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.

Screenshots

  • Result of transliteration from Cyrillic
  • Result of transliteration from Hebrew

Installation

  1. Run the pear installer tool to install the extension on your server: pear install http://pecl.php.net/get/translit
  2. Login to admin panel of your WP blog and go to PluginsAdd New
  3. Enter wp-nice-slug and click on Search button
  4. Click on link Install bellow plugin name WP Nice Slug
  5. 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.

Contributors

Translate “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