cpt multicat
$tax_query = array( array( 'taxonomy' => 'event-category', 'terms' => '63', 'operator' => 'IN', ), array( 'taxonomy' => 'category', 'terms' => '55', 'operator' => 'IN', ), );
$tax_query = array( array( 'taxonomy' => 'event-category', 'terms' => '63', 'operator' => 'IN', ), array( 'taxonomy' => 'category', 'terms' => '55', 'operator' => 'IN', ), );