WP_Tax_Query Generator August 6, 2018 Public Leandro Duque Garcia Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone articles $tax_query = array( array( 'taxonomy' => 'articles', 'terms' => '2', 'field' => 'term_id', ), );