বৰ্ণনা
Converts Ukrainian characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs.
Features
- Automatically converts existing post, page and term slugs on activation
- Saves existing post and page permalinks integrity
- Performs transliteration of attachment file names
- Includes just Ukrainian characters
- Transliteration table can be customized without editing the plugin itself
Transliteration based on http://ukrlit.org/transliteratsiia
Based on the original Rus-To-Lat plugin by Anton Skorobogatov and Cyr-To-Lat by SergeyBiryukov, karevn, webvitaly.
স্ক্ৰীনশ্বট
ইনষ্টলেশ্যন
- Upload
ukr-to-lat
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Translations
You can translate Ukr-To-Lat on translate.wordpress.org.
সঘনাই উত্থাপিত প্ৰশ্ন
-
How can I define my own substitutions?
-
Add this code to your theme’s
functions.php
file:function my_cyr_to_lat_table($ctl_table) { $ctl_table['ะช'] = 'U'; $ctl_table['ั'] = 'u'; return $ctl_table; } add_filter('ctl_table', 'my_cyr_to_lat_table');
-
How to redirect old link to new?
-
To prevent losing you SEO position you can use plugin LCH (https://wordpress.org/plugins/link-changer-htaccess-for-better-seo/) to prepare redirect from old links to new one.
পৰ্য্যালোচনা
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“Ukr-To-Lat” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকল“Ukr-To-Lat” 1টা ভাষাত অনুবাদ কৰা হৈছে। অনুবাদকসকলক তেওঁলোকৰ অৱদানৰ বাবে ধন্যবাদ।
আপোনাৰ ভাষাত “Ukr-To-Lat” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
1.3.5
- Fixed small + big letter “ь”.
1.3.4
- Tested with WordPress 5.0
1.3.2
- Fixed small letter “й”.
1.2
- Small fixes in Readme.txt and plugin.
1.0
- Initial release