Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.1

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).