WP_Tax_Query Generator January 17, 2020 Public Jack Nycz Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tutorial-topics $tax_query = array( array( 'taxonomy' => 'tutorial_topics', 'terms' => 'new-videos', 'operator' => 'NOT IN', ), );