Using Drupal 6, I am trying to create a page with views that shows something like the following:
-Taxonomy Term 1
- The title and description of the node that contains this term
- The title and description of the node that contains this term
-Taxonomy Term 2
- The title and description of the node that contains this term
- The title and description of the node that contains this term
-Tactonomy Term 3
- The title and description of the node that contains this term.
- The title and description of the node that contains this term.
So, basically, when I go to this page, I see the taxonomic terms of a particular dictionary, listed as names, and below I see the name and description of all nodes that have this taxonomic term.
Can this be done with representations? Or, if not, is there another module that can help me? Or should I retell my own for this situation?
source
share