Linux 软件免费装
Banner图

AutoConvert Greeklish Permalinks

开发者 Dimitris Mavroudis
d1m1tr1s_mav
更新时间 2024年7月4日 23:44
PHP版本: 5.6 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

links permalinks slugs greek greeklish

下载

1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.5 1.3.6 1.3.7 1.3.8 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 3.0.1 3.0.2 3.1.0 3.2.0 3.3.0 3.3.1 3.4.0 4.0.0 4.0.1 1.1.1 4.0.2 4.0.3 1.1.2 2.9.0 4.1.1 4.1.2 1.1 4.2.0 1.3.3 3.0.0

详情介绍:

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.

安装:

  1. Install and activate your plugin like every other WordPress plugin.
  2. After installation the permalink of every new post will be converted to greeklish.
  3. You can adjust conversion and disable automatic conversion on 'Settings' > 'Convert Greek Permalinks'.
  4. To convert old posts/terms, 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.

屏幕截图:

  • Need to convert your old permalinks? We have you covered! Go to Settings > Convert Greek Permalinks > Convert old posts/terms and change all your permalinks at once.
  • Now you have the option to choose how diphthongs are converted.

常见问题:

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.2.0 4.1.2 4.1.1 4.1.0 4.0.3 4.0.2 4.0.1 4.0.0 3.4.0 3.3.1 3.3.0 3.2.0 3.1.0 3.0.2 3.0.0 2.0.0