一个标点符号解决WordPress在Windows+IIS主机下Tags不能用中文的问题

1.打开/wp-includes/rewrite.php 文件

2.找到下面的一段代码:

 
   
function get_tag_permastruct() {
if ( isset ( $this -> tag_structure)) {
return $this -> tag_structure;
}
if ( empty ( $this -> permalink_structure)) {
$this -> tag_structure = ”;
return false ;
}
if ( empty ( $this -> tag_base))
$this -> tag_structure = $this -> front . ‘tag / ’;
else
$this -> tag_structure = $this -> tag_base . / ’;
$this -> tag_structure .= % tag % ’;
return $this -> tag_structure;
......

 

3. 在其中找到 if (empty($this->permalink_structure)) {

           并改为if (!empty($this->permalink_structure)) {

           也就是在empty前面添加一个英文呢感叹号(!)。

4.保存,完事。

转载于:https://www.cnblogs.com/golbz/archive/2010/09/09/1821966.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值