[wordpress插件] Chinese Tag Names中文标签名称

wordpress 插件 文章 2020-03-23 03:50 590 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

在Wordpress中设定了固定链接之后,有时(多见于Win主机)会出现中文标签(Tag)的固定链接不能访问的问题。

After setting permalinks in Wordpress, sometimes (most common on Win hosts) the problem that the permalinks of Chinese tags cannot be accessed.



http://example.com/tag/中文 不能访问,而 http://example.com/?tag=中文 可以访问。

That is, http://example.com/tag/Chinese is not accessible, and http://example.com/?tag=Chinese is accessible.

可以通过修改Wordpress内核函数的方式来解决,但是每次Wordpress升级都要重新修改一次,比较麻烦。

It can be solved by modifying the Wordpress kernel function, but every time Wordpress is updated, it is more troublesome.

本插件提供了便捷的解决方法。

This plugin provides a convenient solution.

现在支持所有包含中文的固定链接了,包括标签、分类、作者存档页面、文章名等,例如:

All permalinks containing Chinese are now supported, including tags, categories, author archive pages, article names, etc. For example:

    • http://example.com/tag/中文标签
    • http://example.com/tag/Chinese tag

    • http://example.com/category/中文分类
    • http://example.com/category/Chinese classification

    • http://example.com/archives/中文文章名
    • http://example.com/archives/Chinese article name

    • http://example.com/archives/author/中文作者名
    • http://example.com/archives/author/Chinese author name

    • http://example.com/中文页面名
    • http://example.com/Chinese page name

    插件主页:
    http:/utsland.cn/blog/archives/177.html
    欢迎提问和反馈使用情况。

    Plugin homepage:
    http:/utsland.cn/blog/archives/177.html
    Welcome questions and feedback on usage.

安装步骤

手动安装

Manual installation

    1. 下载并解压插件压缩包,得到 chinese-tag-names 文件夹。

    2. Download and decompress the plug-in archive to get the chinese-tag-names folder.

    3. chinese-tag-names 文件夹上传到Wordpress的 wp-content/plugins 目录下。

    4. Upload the chinese-tag-names folder to Wordpress's wp-content / plugins directory.

    5. 登录Wordpress后台,启用 Chinese Tag Names 插件。

    6. Log into the Wordpress backend and enable the Chinese Tag Names plugin.

    自动安装

    Automatic installation

      1. 登录Wordpress后台,在插件安装中搜索 Chinese Tag Names

      2. Log into the Wordpress background and search for Chinese Tag Names in the plugin installation.

      3. 点击“现在安装”。

      4. Click "Install Now."

      5. 安装完毕后,启用 Chinese Tag Names 插件。

      6. After installation, enable the Chinese Tag Names plugin.

下载地址
https://downloads.wordpress.org/plugin/chinese-tag-names.1.1.zip
-EOF-

AI助手支持GPT4.0