query posts multiple queries
-
How do I modify this line to also exclude a category?
<?php query_posts($query_string.’&orderby=title&order=ASC’); while (have_posts()) : the_post(); ?>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘query posts multiple queries’ is closed to new replies.