WP_Tax_Query Generator October 16, 2023 Public Antonis Koufis Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Faqs $tax_query = array( array( 'taxonomy' => 'faqs-caterogies', 'terms' => 'general', 'field' => 'slug', ), );