Hi this is the code to the wordpress shown tags:
:
'product_tag', // Taxonomy to return. Valid values are 'category', 'post_tag' or any registered taxonomy. 'show_option_none' => 'Select tag', 'show_count' => 1, 'orderby' => 'name', 'value_field' => 'slug', 'echo' => 0 ); $select = wp_dropdown_categories( $args ); $select = preg_replace("#]*)>#", "", $select); echo $select; ?>
Would you please try above code?