升级到wordpress 2.3出问题

其实从2.3一直就有.和UTW有冲突.是wp自带的tag功能和他有冲突鸟.
[php]
function is_tag( $slug = ” ) {
global $wp_query;
if ( !$wp_query->is_tag )
return false;

if ( empty( $slug ) )
return true;

$tag_obj = $wp_query->get_queried_object();
if ( $slug == $tag_obj->slug )
return true;
return false;
}
[/php]
有时间找个解决方法去,唉…

2 Responses to 升级到wordpress 2.3出问题

  1. 赵明亮 says:

    看了默认模板.
    已经OK了

  2. Hoofei says:

    试试先导入UTW中的数据到系统自带的tags.
    然后去掉UTW.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>