Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you mean multiple terms from one taxonomy? Because in your code I see just one taxonomy (download_category).

    Did you try this code?
    [loop type=download taxonomy=download_category term=crm-de,whitepaper]
    Peter

    Plugin Author Eliot Akira

    (@miyarakira)

    Both methods should be working – the first one:

    [loop type=download taxonomy=download_category term=crm-de
    relation=and taxonomy_2=download_category term_2=whitepaper]

    ..is the same as:

    [loop type=download taxonomy=download_category term=crm-de,whitepaper compare=and]

    With compare=and, that should display posts which have the terms crm-de and whitepaper.

    The second method, as Peter described:

    [loop type=download taxonomy=download_category term=crm-de,whitepaper]

    ..will display posts with either crm-de or whitepaper.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘loop with multiple taxonomies’ is closed to new replies.