Clipper not correctly displaying categories in URLs
Hello, I'm using the following as my permalink structure (as I do with every other Wordpress site I run):
/%category%/%postname%
My intention is for URLs to look like this:
MyClipperInstallation.com/electronics/10-percent-off
MyClipperInstallation.com/home-goods/5-percent-off
etc
However, Clipper seems to force "/coupons" as the category for everything. So, the above will actually turn out like this, even though everything is set to separate categories and stores:
MyClipperInstallation.com/coupons/10-percent-off
MyClipperInstallation.com/coupons/5-percent-off
etc
...this is a problem both in terms of site structure, and the fact that if there are two "10 percent off" coupons for two separate stores, it will create a discrepancy since they will have the same URL.
How can I modify clipper to properly display separate categories in the URLs instead of "/category" for everything?
Thanks