WP_Tax_Query Generator November 9, 2018 Public Robert Hannink Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Post category $tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => array( '1', '2' ), ), );