Wordpress show post which belong to more than 1 given categories – wordpress June 9, 2011 Pramod T P Leave a comment <?php query_posts(array(‘category__and’ => array(22,27))); ?>