sandywp / plugins / autoconvert-greeklish-permalinks

AutoConvert Greeklish Permalinks

4.9 out of 5 stars. 4.9 26 reviews

Convert Greek characters to Latin on all your site's permalinks instantly.

Launch a sandbox with this plugin → No signup.
Ready in seconds.

v4.2.0 30,000+ installs WP 3.8+ PHP 5.6+

your-sandbox.sandywp.com/wp-admin
AutoConvert Greeklish Permalinks running inside a SandyWP sandbox

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_expressions has 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 convert or just check how many greek permalinks you have with wp agp check. Use wp help agp {command} to learn more about how to use them.

4.9

26 reviews

  • 5 ★ 25
  • 4 ★ 0
  • 3 ★ 1
  • 2 ★ 0
  • 1 ★ 0

Ratings come from WordPress.org. SandyWP does not collect its own reviews.

sandywp / also on the shelf

Try another plugin

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.