摘要:
1.打开/wp-includes/rewrite.php 文件2.找到下面的一段代码:3. 在其中找到 if (empty($this->permalink_structure)) { 并改为if (!empty($this->permalink_structure)) { 也就是在empty前面添加一个英文呢感叹号(!)。4.保存,完事。 阅读全文
posted @ 2010-09-09 09:33
golbz
阅读(334)
评论(0)
推荐(0)
浙公网安备 33010602011771号