Re: taxonomy_select_nodes - unpublished nodes
Luiz Carvalho <[email protected]>
| Newsgroups | gmane.comp.php.drupal.devel |
|---|---|
| Message-ID | <CAAq-qY4S4HQ82d6L=gUggEBh4HarOUdkfuSQRfeuo0pqh6oMUA@mail.gmail.com> |
Vies with expose filter? Em 06/09/2011 09:15, "Deva" <[email protected]> escreveu: > 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