Pinyin Slugs

Description

Chinese characters don’t come out good in permalinks. Without the Pinyin Slugs plugin activated, the example post I made for the screenshot will get a slug like this: %e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e%e4%bc%98%e5%8c%96. With the plugin the slug automatically becomes sousuoyinqingyouhua.

Search engines such as Baidu cannot make much of the first slug, but they can handle pinyin perfectly, especially when it is written as one long string without hyphens or underscores.

It is possible to limit the amount of characters in the slug. The default is 100, which should be plenty for most.

The Pinyin Slugs plugin was forked from the Pinyin Permalinks plugin by user xiaole_tao as that project seemed abandoned. There have been many improvements since; read the changelog for details.

I have decided to only support this plugin through Github. Therefore, if you have any questions, need help and/or want to make a feature request, please open an issue over at Github. You can also browse through open and closed issues to find what you are looking for and perhaps even help others.

PLEASE DO NOT POST YOUR ISSUES VIA THE WORDPRESS FORUMS

Thanks for your understanding and cooperation.

WPML Compatible

The Pinyin Slugs plugin has received the WPML Certification of Compatibility and is featured on the WPML website with the article How to Build a WordPress Website in China and Reach an International Audience.

Screenshots

  • Settings page
  • New Post with title in Chinese characters and auto-generated pinyin slug; Baidu Search Results page underneath
  • WPML Compatible

Installation

WordPress

Search for “Pinyin Slugs” and install with the Plugins > Add New back-end page.

… OR …

Follow these steps:

  1. Download zip file.
  2. Upload the zip file via the Plugins > Add New > Upload page … OR … unpack and upload with your favorite FTP client to the /plugins/ folder.
  3. Activate the plugin on the Plugins page.

Done!

FAQ

Does Pinyin Slugs work with Simplified Chinese characters?

Yes, the plugin transforms Simplified Chinese slugs into pinyin.

Does Pinyin Slugs work with Traditional Chinese characters?

Yes, since September 2020 the plugin also can transform Traditional Chinese slugs into pinyin.

Does Pinyin Slugs work with the WP block editor?

Yes, it does, although one caveat is that to be able to see the change of slug, the post/page first needs to be saved. The same applies for edits.

Known Issues

Pinyin Slugs will not auto-transform existing slugs, you will have to change them manually.

I have an issue with this plugin, where can I get support?

Please open an issue over at Github, as I will not use the support forums here on WordPress.org

Reviews

September 3, 2016 1 reply
I am setting up my Chinese blog and this plugin is so handy, it handles the pinyin slugs perfectly, I would like to thank the author for the great efforts. Thanks Alex
Read all 6 reviews

Contributors & Developers

“Pinyin Slugs” is open source software. The following people have contributed to this plugin.

Contributors

“Pinyin Slugs” has been translated into 8 locales. Thank you to the translators for their contributions.

Translate “Pinyin Slugs” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.3.2

  • date: November 27, 2023
  • last security fix introduced problem where spaces in Title where no longer replaced by hyphens, this version brings back those hyphens (issue 23 thanks for pointing it out @nhimthaoan)

2.3.1

  • date: November 23, 2023
  • security fix CVE-2023-47511 Cross Site Scripting (XSS) vulnerability (issue 22 thanks for pointing it out @ramiror)

2.3.0

  • date: August 27, 2023
  • fix Slug Length function (issue 19 thanks for reporting @zhouLife)

2.2.1

  • date: October 25, 2022
  • edits in readme files and on Settings page

2.2.0

  • date: September 16, 2020
  • dictionary update: UniHan database using the kMandarin Reading field as pinyin phonetic keys (https://unicode.org/charts/unihan.html); with many thanks to Yun-yu Shen @ujamer
  • edits in readme files and on Settings page

2.1.4

  • date: October 29, 2018
  • tested up to WP 5.0
  • tested up to ClassicPress 1.0.0

2.1.3

  • date: July 8, 2018
  • tested up to WP 4.9.7

2.1.2

  • date: March 15, 2017
  • add sanitize_title filter once the file has been included as per suggestion of Polylang author @Chouby
  • tidying up

2.1.1

  • date: November 29, 2016
  • remove version check
  • tested up to WP 4.7

2.1.0

  • date: March 10, 2016
  • fix to not ignore alphanumerical characters by vanabel, closes issue #4

2.0.4

  • date: August 7, 2015
  • TWEAK: header settings page; only showed half logo after 2.0.3 update

2.0.3

  • date: August 5, 2015
  • changed header settings page to h1 (https://make.wordpress.org/plugins/2015/08/03/4-3-change-to-plugin-dashboard-pages/)
  • show 4.3 compatibility

2.0.2

2.0.1

  • date: April 9, 2015
  • changed logos
  • new banner image for WP.org Repo by Joschko Hammermann

2.0.0

  • date: July 29, 2014
  • due to non-compatibility issues with WP 4.0, complete rewrite of the plugin from the ground up
  • bump minimum required WP version up to 3.8

1.0.1

  • date: December 28, 2013
  • fix reported bug that causes entire admin to be a maximum width of 48rem

1.0.0

  • date: December 26, 2013
  • tested up to WP 3.9-alpha
  • settings page overhaul to better match WP 3.8 style
  • change version number format
  • change links

0.1.3

  • change text domain to prepare for language packs (via Otto – http://otto42.com/el)

0.1.2

  • compatible up to WordPress 3.7
  • redo version check, min. requirement WordPress 3.6
  • change Github link
  • add Dutch language files
  • add WPML accreditation

0.1.1

  • separate dictionary.php file
  • add Mandarin Chinese language files
  • edit readme.txt and readme.md
  • fix textdomain issue

0.1

  • First stable release