Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Excluded categories on specific forms

Viewing 21 post (of 21 total)
  • Ross Moderator
    #3053

    Hey Joe, yeah looks like your code is almost there, obviously replace “YOUR-TAXONOMY” with the name of the taxonomy you are referring to, and to exclude a term, you need to add a minus to it, so

    'terms' => array( 34,33,32,31,30,29,28,27,26,25,24,23,21 ),

    would become

    'terms' => array( -34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-21 ),

    If this doesn’t work I will try to find some time tonight or tomorrow night to have a look at your logins.

    Thanks

Viewing 21 post (of 21 total)

You must be logged in to reply to this topic.