I have a custom taxonomy associated with the wp-ecommerce plugin. Within the taxonomy there are 4 parent terms (Term A, Term B, Term C and Term D) each of which has a number of child terms associated with them.
What I need to be able to do is list on the child terms of each parent AND show the post count of each child term listed.
I've tried the get_terms query to no avail.
Any help would be greatly appreciated.