https://github.com/sy-records/pinyin-slug
The Chinese PinYin Slug WordPress plugin convert Chinese UTF-8 character into English PinYin character from a post slugs to improve search engine optimization.
https://github.com/sy-records/pinyin-slug
seo wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
The Chinese PinYin Slug WordPress plugin convert Chinese UTF-8 character into English PinYin character from a post slugs to improve search engine optimization.
- Host: GitHub
- URL: https://github.com/sy-records/pinyin-slug
- Owner: sy-records
- License: gpl-3.0
- Created: 2023-11-14T00:21:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-05T03:13:01.000Z (7 months ago)
- Last Synced: 2026-02-08T11:06:33.198Z (5 months ago)
- Topics: seo, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/pinyin-slug
- Size: 456 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
=== Pinyin Slug ===
Contributors: williamlong, shenyanzhi
Donate link: https://qq52o.me/sponsor.html
Tags: pinyin, slug, post, permalinks
Requires at least: 4.6
Tested up to: 6.9
Stable tag: 2.0.0
Requires PHP: 7.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
The Chinese PinYin Slug Wordpress plugin convert Chinese UTF-8 character into English PinYin character from a post slugs to improve SEO.
== Description ==
The Chinese PinYin Slug WordPress plugin convert Chinese UTF-8 character into English PinYin character from a post slugs to improve search engine optimization.
For example, when you publish a post with a title like this: "Chinese PinYin"
WordPress automatically assigns a long filename to your post, called a post slug: /%e4%b8%ad%e6%96%87%e6%8b%bc%e9%9f%b3
PinYin Slug plugin convert Chinese character into PinYin character. With Chinese PinYin plugin activated, the slug for our example blog post would look like this: /zhongwenpinyin
The slug is generated on saving a post (so you get a chance to look at it before publishing, and change it), or on publish. It won't overwrite an existing slug. You can force a new slug generation by deleting the existing one.
== Installation ==
Download the PinYin Plugin and activate the plugin through the 'Plugins' menu in WordPress. Now, when editing a post, give it a title and press Save and Continue Editing. The PinYin Slug plugin will generate a slug. If you edit it, the plugin will honor your slug and won't change it.
== Changelog ==
= Stable =
- Compatible with new versions of WordPress.
- Replace new SDK.
= Other =
see [CHANGELOG.md](https://github.com/sy-records/pinyin-slug/blob/main/CHANGELOG.md).