Loading...
banner plugin Image
woo-image

Cyr-To-Lat

By Sergey Biryukov

Description

This plugin converts Cyrillic characters in post, page, and term slugs to Latin characters. It is useful for creating human-readable URLs that can enhance SEO and user experience.

The plugin features a fully editable transliteration table, allowing users to add, remove, and edit character pairs. For example, you can change 'Я' to 'Ya' or 'Пиво' to 'Beer'. It can convert any number of existing slugs in the background while maintaining the integrity of existing permalinks.

Additionally, it performs transliteration of attachment file names and supports various languages including Russian, Belorussian, Ukrainian, Bulgarian, Macedonian, Serbian, Greek, Armenian, Georgian, Kazakh, Hebrew, and Chinese characters. The plugin is officially compatible with WPML.

Other Notable Features

Here are a few other notable features of this free Cyr-To-Lat plugin.

check-fill
Cyrillic
check-fill
Slugs
check-fill
Transliteration

Screenshots

FAQ

Add this code to your theme’s functions.php file:

/**  * Modify conversion table.  *  * @param array $table Conversion table.  *  * @return array  */ function my_ctl_table( $table ) {    $table['Ъ'] = 'U';    $table['ъ'] = 'u';     return $table; } add_filter( 'ctl_table', 'my_ctl_table' ); 

Contributors and developers

“Cyr-To-Lat” is open source software. The following people have contributed to this plugin.

WPS
Exclamation-Image

7.04

Very Good

Star-Image

Ratings

4.7 out of 5 | 97
History-Image

Version

6.6.0
calendar-Image

Last updated

3 months ago
Star-Image

Active installations

300,000+
Star-Image

WordPress version

6.9.4 or higher
php-Image

PHP version

7.2 or higher
translate-Image

Languages

11

Tags

Cyrillic,Slugs,Translation,Transliteration