taxonomy_select_nodes - unpublished nodes
Deva <[email protected]>
| Newsgroups | gmane.comp.php.drupal.devel |
|---|---|
| Message-ID | <CABpvY+dCB6aG==UhY5-TYZ0z=cd4N5kOFvMU-5QHguXN+5zYUA@mail.gmail.com> |
Hello Everyone, I came across the situation where i want to show unpublished content on the site. (For review kind of thing) I am displaying nodes related to a taxonomy term using taxonomy_select_nodes function. The problem is, it only returns published nodes related to particular taxonomy term. Is there any other solution/function to get all nodes related to a term, regardless of the node state (published/unpublished)? Thanks in advance. -- :DJ