Tag Base Slug + Tag Parameter
-
Quick question if anyone has some ideas for me to try. We have a 3rd party who are using the “tag” parameter to send data to the website for tracking purposes, and they are not able to change this.
So the problem we have is changing the tag base via permalink to something like “my-tags” doesn’t solve the issues. Because when the data is sent to http://www.domain.com/?tag=trackID this will redirect to http://www.domain.com/my-tags/trackID which gives a 404. Disabling redirects will also give a 404 because that parameter “tag” is still in use by WordPress and even though i have change the Tag Base to “my-tags”, with redirects disabled it still will try and show posts for http://www.domain.com/?tag=trackID, which of course gives a 404 because there is no Tags for that.
Does anyone know if it is possible to free up that parameter in anyway?
Hope this makes sense.
Cheers!
The topic ‘Tag Base Slug + Tag Parameter’ is closed to new replies.