How do I make a view that groups nodes by taxonomy term?
Posted
by Andrew Weir
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Weir
Published on 2010-04-26T10:59:46Z
Indexed on
2010/04/26
11:03 UTC
Read the original article
Hit count: 303
Hello,
I'm trying to bend views and drupal to my will. So far I've produced a view to display the titles of my nodes. Each node will be assigned exactly one taxonomy term from the set {X, Y and Z}.
So for example, Node A has a title "Car drives into field, thousands don't care". Node A has a taxonomy term "Pointless".
I'd like to group all the node titles by their taxonomy term. So..
Pointless - Car drives into field, thousands don't care - .... Next Taxonomy Term - ..... - ...... - ...
You get the idea. Is it doable and how do I do it? I can't find the group by option in views.
cheers SO.
© Stack Overflow or respective owner