WP_Tax_Query Generator July 12, 2023 Public Anton Rizk Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax $tax_query = array( array( 'taxonomy' => 'catefory', 'field' => 'term_id', 'operator' => 'IN', ), );