Going slightly crazy with pemalinks!
-
I am sure this is staring me in the face but I can’t figure it out. I’d appreciate any help.
I have WooCommerce installed on my site as a subfolder. My regular theme doesn’t support WooCommerce very well, so I have WooCommerce installed under /store and use the default theme under that folder.
I want my URLs to be as follows:
Store “home” : /store
Category: /store/<category slug>
Products /store/<category slug>/<product slug>I’ve been playing with this for 30 minutes and can’t figure out how to make that happen. For example, for the product custom base I’ve tried permalinks like /%product_cat% but WordPress insists on creating URLs like:
/store/product/<category slug>/<product slug>
i.e. it keeps saving with “/product” inserted.
The “Shop base with category” option looks close to what I want, but it generates URLs like:
/store/shop/<category slug>/<product slug>
Note the word “/shop” – it creates that automatically and I obviously don’t want that.
Any help would be REALLY appreciated.
Thanks.
The topic ‘Going slightly crazy with pemalinks!’ is closed to new replies.