WP_Tax_Query Generator January 10, 2019 Public Dave Mozdzanowski Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone video_category Tax Query $tax_query = array( array( 'taxonomy' => 'video_category', 'terms' => 'featured', ), );