WP_Tax_Query Generator May 12, 2017 Public Egon Sale Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Query by category $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'news', 'field' => 'slug', ), );