In the permalinks settings I have /courses/%product_cat%
. Using WooCommerce I created two different Courses that are named "English", but they have different categories that end up making my urls look like this:
/
/
The Grade 12 URL is not ideal with the "-2" attached onto "physics". Is there anything I can do to remove that?
In the permalinks settings I have /courses/%product_cat%
. Using WooCommerce I created two different Courses that are named "English", but they have different categories that end up making my urls look like this:
https://www.example.com/demo/chla/courses/grade-11/physics/
https://www.example.com/demo/chla/courses/grade-12/physics-2/
The Grade 12 URL is not ideal with the "-2" attached onto "physics". Is there anything I can do to remove that?
You get this behavior as following:
[product_page id="0"]
to display a product.You can now use the same product name in different categories.
post_name
('slug') and does not depend on any taxonomy. – Max Yudin Commented Jan 21, 2017 at 12:24