is_taxonomy() is not working 时间:2013-12-13 作者:sanket <?php if ( ! defined( \'ABSPATH\' ) ) exit; // Exit if accessed directly get_header(); $term = is_taxonomy(\'special-offers\'); if ($term) { echo "New template"; } else{ ?> 新建模板。我想按模板设置分类法。有什么帮助吗? 1 个回复 SO网友:Sovit Tamrakar 使用is_tax() 而不是is_taxonomy() as is\\u taxonomy()自v3以来贬值。0提到http://codex.wordpress.org/Function_Reference/is_tax 供使用参考 结束 文章导航