Drupal Views & Taxonomy Terms
I have terms:
Main Category 1
*sub 1
*sub 2
Main Category 2
*sub 1
*sub 2
Users have tagged nodes with the sub 1/sub 2 terms under the main category.
What I want is to use Drupal Views to print out those nodes just as the the taxonomy terms would dictate, however - I see only one option available in fields : taxonomy term, and that is a direct relationship with the indivdual term and not the taxonomy tree. IT does not print out the parent term...
I tried tagging the nodes with the parent term, but then got individual rows for both the parent and sub for the same item.
I can't seem to find a lot on this...looking for direction, surely this is possible without having to put PHP code in a node to sort a view .
Thanks
Comments
Taxonomy: Parent Term Argument
Have you tried using the Argument "Taxonomy:Parent Term"?
Set that argument, then pass the TID of the "parent term" you are interested in.