Search code examples
phpwordpress.htaccesswoocommercepermalinks

How to remove /shop or /product in URL WooCommerce


I'm working on WordPress site and I use WooCommerce plugin. This plugin rewrites all my URLs like

www.mydomain.com/product/category/postname/

but my client want to remove the /product/ folder.
By default the Permalink Settings in WordPress can't do that and WooCommerce team also recommended not to remove the /product/ folder. But I want my URL be like

www.mydomain.com/category/subcategory/post_id/postname/

Can anyone help, please!


Solution

  • I have tried many ways to do this finally i found a plugin Remove slug from custom post type This works for me but this plugin is an old one and untested with my wordpress version. How ever its works for me.