WP_Tax_Query Generator June 25, 2017 Public Roberto Martinez Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Taxonomy $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'libro_de_mormon', 'field' => 'slug', ), );