Viewing 1 replies (of 1 total)
  • Totally, you can just append the query string however you want.

    For instance, if you wanted to search by title, you would just add

    <?php global $query_string; ?>
    <?php query_posts( $query_string . '&orderby=title&order=ASC' ); ?>

    before your loop.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Query Multiple Taxonomies] Sorting by taxonomy’ is closed to new replies.