Answers:
试图通过0
对parent
在争论get_terms()
。
parent (整数)获取此术语的直接子代(只有显式父项的术语才是此值)。如果传递0,则仅返回顶级术语。默认为空字符串。
参见http://codex.wordpress.org/Function_Reference/get_terms。
使用等级= 0
$my_taxonomy = get_terms('my_taxonomy', 'orderby=count&hide_empty=0&hierarchical=0');
hierarchical=0
不起作用。更好的方法是parent=0