Hi,
we are trying to query posts in an external file for an ajax query. The Loop and everything works fine, but each function that accepts multiple values like : category__and(array(1,2)) or in_category(array(1,2)) work only with one value like in_category(1) work without any problem.
What could be the issue?