WP_Tax_Query Generator February 8, 2019 Public Mark David Lee Sarmiento Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone test $tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'post_tag', 'terms' => 'term', 'field' => 'slug', ), );