Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    I’m interested too in AND / OR implementation.

    Having multiple taxonomies (and several taxonomy terms), it would be useful to display / hide taxonomies (and terms) not related to currently viewed posts.

    Thanks

    I am also interested in this. I find a piece of code in ajax.php on ±line 121:

    if(count($args['tax_query'])>1)
                $args['tax_query']['relation'] = 'AND';

    I changed this to OR, but it didn’t help. When I filter something, it doesnt do anything, it just loads the new page, but still all the begin results are shown..

    Hope someone can help with this,

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘OR instead of AND’ is closed to new replies.