WP_Tax_Query Generator April 2, 2017 Public Bernhard Ruoff Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone blog query $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'blog', ), );