Hello,
I was wondering how I would structure the loop for category pages so that I can generate multiple lists of entries, separated by author.
Here's what I mean--
Example Page:
You are viewing posts from the Site News category.
BEGIN AUTHOR 1 DIV
Author # 1:
- Post #1
- Post #2
- Post #3
END AUTHOR 1 DIVBEGIN AUTHOR #2 DIV
Author #2:
- Post #4
- Post #5
- Post #6
END AUTHOR #2 DIV
I'm looking for this behavior across all category pages. Can anyone point me in the right direction?
Thanks!