Getting an array of nodes related to a category term with the Drupal API

Posted by JoseMarmolejos on Stack Overflow See other posts from Stack Overflow or by JoseMarmolejos
Published on 2010-06-16T04:37:06Z Indexed on 2010/06/16 4:52 UTC
Read the original article Hit count: 226

Filed under:
|

I have a simple one level deep vocabulary taxonomy. Something like Vocabulary->Term->Node. What I want to know is if there's a built in function to get an array of nodes related to a single term, something like taxonomy_select_nodes() but that would return an array of nodes instead of a string.

© Stack Overflow or respective owner

Related posts about php

Related posts about drupal