WP_Tax_Query Generator October 16, 2017 Public Wolfs Zwinkern Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone category search $tax_query = array( array( 'taxonomy' => 'category', 'terms' => '123', 'field' => 'slug', ), );