php - Drupal 6: Views: Listing taxonomy terms with tagged nodes underneath -
I need to create a scene that lists the rules of classification and then lists the top 3 recently (Order according to node: update date) node with that tag
Exclude the example:
article
- Article 2
- Article 3
Podcast
- Podcast 1
- Podcast 2
- Podcast 3
.
I have created a scene of "Term" and I can get the view to output all the conditions. However, I do not know how to link in nodes tagged with the classification word. I used to look around close to the node, but I did not need much for output.
In exterior scenes, it seems that taxnavis in fact. What does the module do?
(Disclaimer: I am its author)
Comments
Post a Comment