WP_Tax_Query Generator October 23, 2023 Public Jon Gav Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone c_taxonomy $tax_query = array( array( 'taxonomy' => 'resource_type', 'terms' => 'e-courses', ), );