Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T02:15:33.000Z (4 months ago)
- Last Synced: 2024-10-05T07:06:08.511Z (about 1 month ago)
- Topics: seo, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/pinyin-slug
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- Changelog: CHANGELOG.md
- License: license.txt
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.6
Stable tag: 2.0.0
Requires PHP: 7.1The 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%b3PinYin 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).