Replies: 0
Hi,
I created a new custom taxonomy (customtax) for WooCommerce products. Now I want to list only the related taxonomies of the product in the product description using a shortcode.
Using the shortcode bellow list ALL the “customtax”, even the no related to the product:
[pods name=”customtax” limit=”-1″ ]{@name}, [/pods]
What can I do to list only the related taxonomies?
Thank you very much in advance for your help