I'm looking for a bit of help with this issue. I have a page full of post titles from a certain category. I need these ordered by the child category.
I'm having some trouble making this happen.
Right now, my query looks like this
<?php query_posts('cat=8'); ?>
What do I need to add to this to order the posts by their child categories?