WP_Tax_Query Generator May 14, 2017 Public Masoud B Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax query $tax_query = array( array( 'taxonomy' => 'cat_house', 'terms' => '$cat', 'field' => 'term_id', ), );