Hi
I want to pass a GET parameter in the URL, eg. http://www.mywebsite.com/?parameter=myParameter and then access it on the page, how do I do that?
PHP is disabled, I think, otherwise I'd echo $_GET['parameter'], but I presume WordPress provides a method to reach it, but I can't find it.
I'm going to send that info back through a form processor in the template, so I'm all sorted barring wondering how to access the GET.
All help appreciated :-)
Cheers
J