Hi,
I need to be able to keep wordpress on main page but also to keep the full requested URL (only for some special url).
Example:
http://www.mydomain.com/contant
would lead for wordpress to load main page like http://www.mydomain.com/ but it will keep the string parametr contact so I can move the user to the correct position on the main page via the JS.
And it will do only for 4 specific string parameters, otherwise it should lead to the home page without the parametr.
Is it possible in WP?
I need this for SEO usage. I have functional JS script that add this parametr to URL, but when user hit reload button, WP correctly says hat this URL is not found. And I need to get passed this and get to the script the string parametr.
Thank you for any advice.