我有一个分层的自定义分类,我可以使用print_r(get_the_terms( $post->ID, 'taxonomic_rank' ));显示:Array ( [46] => stdClass Object ( [term_id] => 46 [name] ...
確定! 回上一頁