Yes, it doesn´t work properly. Have you find any solution TylerMartin?
Thread Starter
taote
(@taote)
Otto42, I tried query_posts(array('category__and'=>'2,6')); and the query failed, but afterwards tried query_posts(array('category__and'=>array(2,6))); and it worked.
Thank you very much, this should be documented.