WP_Tax_Query Generator March 14, 2022 Public lubomir slimak Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Example Tax $tax_query = array( array( 'taxonomy' => 'kategorie-projektov', 'terms' => 'running', 'field' => 'slug', ), );