WP_Tax_Query Generator October 15, 2024 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Tax Category $tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => '1', 'field' => 'term_id', ), );