I would like to create one loop that lists the custom posts for each taxonomy term:
Term A:
Item
Item
Item
Term B:
Item
Item
Item
I would like this to be totally dynamic so if I add a new term it automatically appears. I’ve seen examples where the taxonomy terms are explicity in the code but I am looking for something lower maintenance and more elegant.
Try:
Does that do more or less what you needed?