Support » Fixing WordPress » Equal slugs in hierarchical taxonomies

  • Hi

    Need help!

    I have hierarchical custom taxonomy where product type is parent for vendor.

    product_type_1
    |_vendor_1
    |_vendor_2
    |_vendor_3
    product_type_2
    |_vendor_1
    |_vendor_2
    |_vendor_3
    product_type_3
    |_vendor_1
    |_vendor_2
    |_vendor_3

    And I have a problem with making descendant slugs equal in this taxonomy structure.

    Example:

    example.com/catalog/product_type_1/vendor_1
    example.com/catalog/product_type_2/vendor_1
    example.com/catalog/product_type_3/vendor_1

    I need that vendors for different product types was equal. Technically and logically the full url is unique, but wordpress automatically generates unique slug for each vendor that i make in product type taxonomy.

    Is there any plugin for resolving this problem?

    Thanks!

  • The topic ‘Equal slugs in hierarchical taxonomies’ is closed to new replies.