WP_Tax_Query Generator June 1, 2017 Public Martins Ungurs Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tag_tax $tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'post_tag', 'terms' => 'skype', 'field' => 'name', ), );