Hi Everyone,
I am new to WordPress and am having a heck of time figuring this issue out, so any help would be much appreciated!
With regards to Permalink Settings, I am using the "Custom Structure": /%year%/%monthnum%/%postname%/
i.e. myblog.com/2013/02/my-great-post/
I have a plugin installed to make use of re-captcha on the comment form. When the recaptcha failure takes place, the user is redirected to something like:
myblog.com/2013/02/my-great-post/?rerror=incorrect-captcha-sol
However, since the $_GET information is being stripped, I am unable to determine that an error has taken place.
Any thoughts on how to best preserve the query parameters while maintaining the permalink structure cited above?
Thanks in advance!