I *did* read the manual and template guide and can't find an answer for this question. If I simply add a "type is xyz" (e.g. constraints="type is news type is xyz") nothing at all gets shown. So obviously the most logical way doesn't work. So please, what will work?
but i can not find an example in the page. and i don't have an answer myself right now. would be great if you could test it and if you find a way, mail it here, i put it in the wiki.
> Hi Micz,
>
> I've tried everything I could think of, no luck so far. That's why I am
> asking, usually hit and miss works eventually, but not this time.
>
> Cheers, Andel
>
-- Ljuba Rankovic Senior Front End Developer, Sourcefabric ljuba.rankovic@sourcefabric.org
You can only use one "type is" constraint:
{{ list_article constraints="type is xyz" }}
Using more "type is" constraints will return an empty list. What will work
though is:
{{ list_article constraints="type not a type not b type not c" }}
and you can list the types you're not interested in.
> Hi again,
>
> I *did* read the manual and template guide and can't find an answer for
> this question. If I simply add a "type is xyz" (e.g. constraints="type is
> news type is xyz") nothing at all gets shown. So obviously the most logic
> way doesn't work. So please, what will work?
>
> Cheers,
>
> Andel
>