WP_Tax_Query Generator June 25, 2018 Public Daniel Baars Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Filter by category ID $tax_query = array( array( 'taxonomy' => 'category', 'terms' => '4', ), );