Query posts by category ~ not working
-
I’m trying to query the posts by category
<?php query_posts( ‘cat=-12&orderby=category&order=DESC’ ); ?>
However, what it puts out seems totaly random….The numbers are the category ID & theater is the category name….
# Sucker Punch
* Theater 4
17March 22, 2011
# Limitless
* Theater 3
16
# The Lincoln Lawyer
* Theater 2
15
# Diary of a Wimpy Kid 2
* Theater 1
14
# Red Riding Hood
* Theater 6
19
# Paul
* Theater 5
18
# Mars Needs Moms
* Theater 4
17March 18, 2011
# Paul
* Theater 1
14
# The Adjustment Bureau
* Theater 6
19
# Battle: Los Angeles
* Theater 3
16
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Query posts by category ~ not working’ is closed to new replies.