Can anyone help me out with a query to display 1 node for each taxonomy in Drupal 6?
For example, I have 4 taxonomy terms (tid = 21, 22, 23, 24) in a 1 vocabulary (vid = 3).
I would like to display a table showing:
Taxonomy Term:
- Taxonomy
- Description
- Number of Nodes in Taxonomy Term
- Title of latest node in taxonomy term
- Last Commented/Updated Date
Thanks, JK