WP_Tax_Query Generator October 11, 2017 Public François Dubois Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Category query snippet $tax = array( array( 'taxonomy' => 'category', 'terms' => 'spaceflight', 'field' => 'slug', ), );