WP_Tax_Query Generator March 7, 2017 Public Viorel Epuran Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone os $tax_query = array( array( 'taxonomy' => 'os', 'terms' => array( 'ios', 'android' ), ), );