Hi:
I create “productos” CPT using ACF and a custom taxonomy “categoria-producto” asociated to “productos” CPT
I would like the item URL was:
mipage.com/tienda/%categoria-producto%/sample-product
As Woocommerce product (mipage.com/tienda/product-category/sample-product/)
How can i do that??
Thxs
Regards
The requires altering the permalink structure for your CPT and Taxonomy using a combination of add_rewrite_rule(), query_vars, add_rewrite_tag() and add_permastruct(). It can be a complex project. You will need to look for information on using these functions.