If you use a foreign space such as Godaddy to write a blog, you will directly install the WordPress in English version provided by the Space Provider. The reason is very simple. One button can be automatically completed. In this way, the problem arises. If you want to display Chinese characters in the front-end of the blog, you need to install a Chinese package.
The method takes two steps:
- Download the Simplified Chinese Language Pack developed and maintained by the WordPress Chinese team,
- Create the ages directory under WordPress/WP-content;
- Decompress the files zh_cn.po and zh_cn.mo in the Chinese package to this directory;
- Modify the wp-config.php file under the root directory of the website:
SetDefine ('db _ charset ','Utf8');ChangeDefine ('db _ charset ',");;
SetDefine ('plang ',");ChangeDefine ('plang ','Zh_cn');;
Now you can refresh your page and try it!
Doubanclaim41d9f4cd36108cf7
Original article, reprinted Please note:Repost self-Quenching
Link:Step 4: Install the WordPress Chinese package