我有同名的类别和子类别。。但我只想显示顶级的类别,而不是子类别
$qry=query_posts( array(
\'post_status\' => \'publish\',
\'post_type\' => \'custom_post\',
\'author\' => \'12;,
\'showposts\' => 9,
\'tax_query\' => array(
array(
\'taxonomy\' => \'custom_cat,
\'terms\' => 10,
\'field\' => \'id\'
) ),
\'orderby\' => \'id\',
\'order\' => \'DESC\'
));
我的分类如下
test
--news
--magzine
news