In Drupal 6, is there a way to take a custom field from the latest post to a taxonomy term, and disp

Posted by user278457 on Stack Overflow See other posts from Stack Overflow or by user278457
Published on 2010-04-01T10:49:44Z Indexed on 2010/04/01 10:53 UTC
Read the original article Hit count: 406

The title for this question pretty much sums up what I'm asking.

I've got a list of taxonomy terms, and I'm using a view to display the latest post to each one. I'd like to also display a custom field set up in CCK just under this.

Currently, I'm just using "date updated" of the taxonomy term itself which was easy to set up in views. I'd like to drill a little deeper and get the custom "event date" field I've added to the content type last posted to the taxonomy term I'm "viewing".

I've got a feeling I'm going to have to write my own database query for this.

If (I can avoid that){ How do I set up such a view? } Else{ What's the best practice for including lower level database queries alongside views? }

© Stack Overflow or respective owner

Related posts about drupal

Related posts about drupal-views