how to sort a query into sequence of categories
-
I want to make a query that sorts posts by category.
For example I want the first post returned to be in cats. I want the second post to be in dogs, and the third post to be in frogs. Then the sequence should repeat: the fourth post would be in cats, the fifth in dogs, then frogs, etc.
Is this possible?
- The topic ‘how to sort a query into sequence of categories’ is closed to new replies.