Multiple Items
$tax = array( array( 'taxonomy' => 'item_category', 'terms' => array( 'used-item', 'new-item' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => false, ), );
$tax = array( array( 'taxonomy' => 'item_category', 'terms' => array( 'used-item', 'new-item' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => false, ), );