SS Removed url querys, so pages have $_GET array_key error
-
I have a page that links to single posts by adding ?boat=3 to the permalink. Reason is because the page linking to needs to remain in context with the previous page’s header, linking to the CPT removes all the context and user gets lost.
So i’m gettting the query string from the URL to get the post ID and then running the page though that.
But SS strips this when saving the page at some point, so the page can’t get that ID to process the page.
Any idea what I can comment out / modify to allow these vars to get processed with the page?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SS Removed url querys, so pages have $_GET array_key error’ is closed to new replies.