WP_Tax_Query Generator November 2, 2021 Public Marco Rubiol Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone portfolio cat $tax_query = array( array( 'taxonomy' => 'portfolio_category', 'terms' => array( '1', ' 2' ), ), );