I have categories and sub -categories with same name.. but I want to show only the categories which is on the top level and not in the sub categories
$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'
));
my categories will be like
test
--news
--magzine
news