Hi everybody!
I have a problem. I have this categories
Main CAT #1
---- Child CAT#1
---- Child CAT#2
---- Child CAT#3
Main CAT #2
---- Child CAT#1
---- Child CAT#2
---- Child CAT#3
What I'm trying to do is to retrieve only the child of the 2 categories mashed up and ordered by count.
<?php wp_list_categories('orderby=count&order=DESC&title_li' . $category->cat_ID); ?>
What is missing? Any idea?