First time question, long time reader. I couldn't find any answers to this, or maybe i'm not quite searching correctly. Hopefully you can help me.
I have three categories. Each category has an unlimited amount of posts. I only need to display the title and the date.
The problem is that I want to loop one post at a time from each category. The posts must be ordered by date.
A very basic example of the output i'm trying to achieve:
- Category 1: Post one title and date
- Category 2: Post one title and date
- Category 3: Post one title and date
- Category 1: Post two title and date
- Category 2: Post two title and date
- Category 3: Post two title and date
- Category 1: Post three title and date
- Category 2: Post three title and date
- Category 3: Post three title and date
and so on...
I hope this doesn't sound to confusing. Thanks for your time.