Display only One Category in Reverse Order
-
I have figured out that by adding following line before the loop:
<?php get_header(); query_posts($query_string . "&order=ASC"); ?>
category posts get displayed in reverse chronological order. I was trying to figure out how to make only posts in ONE (select) category display in reverse chronological order and have the rest from last to first, but that’s beyond my skill. I tried searching for answers big time but wasn’t able to find the solution. Somebody please help ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display only One Category in Reverse Order’ is closed to new replies.