• Resolved nyakuza

    (@nyakuza)


    Is there any way to list posts using multiple sets of AND relationships, all in the same list?

    Here’s my example, which doesn’t work:
    [catlist id=100+107,102+107 numberposts=500 orderby=title order=asc]

    Essentially there are posts in category 100, and posts in category 102, which I want to display. But only if they also have the category 107 applied to them. I’m using this new method to make a variant of an existing contents list.

    Hopefully this can be achieved, otherwise I’d have to add over 30 new categories to my site, instead of just one!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    This is not currently supported, but if you used a tag instead of category you could do something like this:

    [catlist id=100,102 tags="tag107" numberposts=500 orderby=title order=asc]

    Thread Starter nyakuza

    (@nyakuza)

    That’s great, I didn’t know you could use different targeting methods together.

    Thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple “AND” Relationships?’ is closed to new replies.