• Resolved Andrew

    (@yratof)


    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)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @yratof,

    I’m not seeing a simple solution here.

    Simply static parses the URL and creates a physical HTML file with a name and file extension. I don’t really see a way to save that information besides adding it to the file itself (or handling it with JavaScript).

    I’m sorry, no special tip here ??

Viewing 1 replies (of 1 total)
  • The topic ‘SS Removed url querys, so pages have $_GET array_key error’ is closed to new replies.