01/01/2015 at 12:19 pm
#313853
Participant
Thanks Steven. I decided not to hack the core plugin but you gave me the right idea with rewrites.
I created a new rule in my .htaccess which will redirect those detail pages back to the main category:
RedirectMatch 301 ^/marketplace/([a-zA-Z]+)/name/([a-zA-Z-]+)/$ /marketplace/$1/
That seems to do the trick and will survive any updated to the plugin you make.
Thanks,
Ciaran
