WP_Tax_Query Generator November 29, 2020 Public Jon Mather Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone branch taxonomy $tax_query = array( array( 'taxonomy' => 'branch', 'terms' => 'forrestfield', 'field' => 'slug', ), );