My current home page lists posts like so:
date1
post1
post2
date2
post3
post4
I'd really like to group posts by category within each day's list, like so:
date1
category1
post1
post2
category2
post3
post4
date2
category1
post5
post6
category2
post7
post8
I'm thinking this might be possible with multiple loops if nothing else, but I can't quite wrap my head around it.