Support » Fixing WordPress » Order posts by child category?

  • 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?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Order posts by child category?’ is closed to new replies.