Hi, I have a wordpress website with woocommerce, I want to customize the urls and breadcrumbs to look a little bit better and I need some help.
I need some plugins that can do these:
Permalink:
Remove "product-category" from the url. I can't leave it empty in the settings because WordPress forces me to write something. Is it possible to remove it?
Allow the use of the same category slugs across different parent categories.
For example, I want "/men/t-shirt/" and "/women/t-shirt/". The current issue is that when I use the same slugs, WordPress automatically adds the parent category slug,like this "men/t-shirt-men/" (I didn't write "-men").
Breadcrumbs:
Choose the main category and exclude everything else: If a product is in two categories, it should show only one selected category in the breadcrumbs.
Display short category names in the breadcrumbs instead of the full name.
For example:
"men products/men t-shirt/black t-shirt for men" should be displayed as "men/t-shirt/black," similar to the URLs.
Does anyone know of any plugins that can do these?
Thank you!
You just want to create a wrapper but the original URL remains the same?
Tried playing around with Built-in permalinks in WordPress?
I used this long ago:
[https://wordpress.org/plugins/permalink-manager/](https://wordpress.org/plugins/permalink-manager/)