These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Excluded categories on specific forms
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