I’m sorry, I made a mistake in my example.
It’s exactly the contrary : I query the children term ! (and it returns me its parent)
array(
'taxonomy' => 'custom post type',
'terms' => '2013',
'field' => 'slug'
);
I have exactly the same problem.
This function, using orderby and term_group or term_order, returns unexpected results : all is unordered !
Waiting for a fix…
Same problem for me, same fix working !
Thanks Rachel