Sort just one category
-
Hi, I’m trying to figure out a way to reverse-sort just one category. That one I’d like to have in ascending order, so the posts would be from earliest down to latest.
In looking over the loop code, it seems to me that the easiest (safest?) way would be to have a double loop. The first one checks for the category id and does all the usual things to the posts.
Otherwise, there would be a drop-through to the original loop that would perform as always. Am I right about this? If so, what would the code be to check for the particular category?
Also, what effect, if any, would this have on the main page? I keep the five most recent posts there. I’m wondering if sorting one category in reverse might keep the posts from that category on the front page? Not what I want ??
All help is appreciated. Thanks!
– Frazzled
- The topic ‘Sort just one category’ is closed to new replies.