WP_Tax_Query Generator August 31, 2017 Public zach russell Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone FS Tax Query $tax_query = array( array( 'taxonomy' => 'announcement-type', 'terms' => 'daily-announcements', ), );