sandywp / plugins / autoconvert-greeklish-permalinks
AutoConvert Greeklish Permalinks
Convert Greek characters to Latin on all your site's permalinks instantly.
Ready in seconds.
v4.2.0 30,000+ installs WP 3.8+ PHP 5.6+

What you get inside
3 screens-
As simple as that. Write your title, draft, schedule or publish your post and the permalink is set.
-
Need to convert your old permalinks? We have you covered! Go to Settings > Convert Greek Permalinks > Convert old posts/terms and change all your…
-
Now you have the option to choose how diphthongs are converted.
About this plugin
AutoConvert Greeklish Permalinks converts greek characters to latin in all permalinks. The plugin makes sure that every new permalink is in greeklish and offers the option to convert all the old links with greek characters to latin.
Features
- Convert automaticly the permalink of every new post and term.
- Convert all your older posts and terms with a click of a button.
- Choose how dipthongs are converted.
- Developed to be friendly to developers with WP-CLI support and filter to modify the converion.
Questions
- How do I install it?
After you install and activate your plugin like every other WordPress plugin, every new post permalink will be now converted to greeklish automatically.
- Can I configure the conversion?
On Settings > Convert Greek Permalinks > Settings, you can also modify how the plugin converts the permalinks. Currently you can:
- Enable or disable automatic conversion
- Choose which post types and taxonomies you want to be affected by automatic conversion
- Choose how the dipthongs will be converted
From version 3.4.0, the filter
agp_convert_expressionshas been added to allow you to make further changes.function change_expressions( $expressions ) { // You can modify the rules of conversion $expressions['/[βΒ]/u'] = 'g'; return $expressions; } add_filter('agp_convert_expressions', 'change_expressions' );- How do I convert old permalinks?
If you want to convert all your older permalinks, go to Settings > Convert Greek Permalinks > Convert old posts/terms , select the post types and taxonomies you want to convert and click the “Convert Permalinks” button.
- Does it support WooCommerce?
Yes. It supports all custom post types or taxonomies, including Products, Product Categories and Product Tags of WooCommerce.
- Does it support WP-CLI?
Yes! As of 3.1 version, wp-cli commands have been included. You can convert all your permalinks with
wp agp convertor just check how many greek permalinks you have withwp agp check. Usewp help agp {command}to learn more about how to use them.
sandywp / also on the shelf
Try another plugin
Cyr to Lat Reloaded – Transliteration of Links and File Names
4.4 · 30K+ installs
Convert Cyrillic, Georgian and Greek URLs and file names to readable Latin characters. Works on slugs, attachments and taxonomies…
5.0 · 8K+ installs
Automatically removes accented characters from text content uppercase transformed through CSS.
Greek VAT & Invoices for WooCommerce
100+ installs
Add Greek VAT, DOY and Invoice/Receipt selection to WooCommerce checkout. Simple and lightweight solution for Greek e-commerce.
Spin up a real WordPress site in seconds.
Test plugins, build a demo, hand a client a link — then squash it and start again. No local setup, no Docker.