WP permalink小问题
类似于
http://www.orangedo.com/blog/tag/24/
这样的链接,都只是跳转到Tag cloud页面,原因不明。用index.php?tag=24就是正常的。
update:
问题解决,我的Tag cloud页面的slug是Tag,跟Wordpress自己的Tag这个名字重复了,所以在请求tag/24的时候,是去从Tag cloud去找。
解决方法: 把Tag cloud的slug改成Tags,不再冲突。
类似于
http://www.orangedo.com/blog/tag/24/
这样的链接,都只是跳转到Tag cloud页面,原因不明。用index.php?tag=24就是正常的。
update:
问题解决,我的Tag cloud页面的slug是Tag,跟Wordpress自己的Tag这个名字重复了,所以在请求tag/24的时候,是去从Tag cloud去找。
解决方法: 把Tag cloud的slug改成Tags,不再冲突。
Have your say
Fields in bold are required. Email addresses are never published or distributed.
Some HTML code is allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>URIs must be fully qualified (eg: http://www.domainname.com) and all tags must be properly closed.
Line breaks and paragraphs are automatically converted.
Please keep comments relevant. Off-topic, offensive or inappropriate comments may be edited or removed.