Anyone have a recommendation on how to easily break down a view by taxonomy term? So that the term isn't listed in the data node but as a header as follows:

Term1
    Node
    Node
Term2
    Node
    Node

Rather than:


Node
Term1

Node
Term2

Node
Term2

Node
Term1

I'm currently doing it with 2 different block views but that doesn't scale if I add more terms to the taxonomy (unless I manually add more block views which is what I'm trying to avoid).

Comments

oddible’s picture

No help? Should I change the title of the post to something more clear?

oddible’s picture

Would love any comment on this. Do I have to code this manually? Is there not some way to aggregate terms like this in a view?