Using Wordpress As Landingpage - Tracking Code in Permalink Doesn't work - please help!?

by trelog
6 replies
Ok. I really need some help here, and I need it explained very simply.

Here goes:

Right now I'm using static html templates for my landing page.
Here i use code like this:

Code:
<?php
$key=$_GET['key'];
?>
At the top of the page. And then when I create links on my page I use this code for exmaple:

Code:
website.com/page.html?<?php echo $_GET['key']; ?>">
Now I can send traffic to my landing page WITH a tracking code for exmaple:

Code:
website.com/pag1.php?key=trackingkey
My question is how can this be done with wordpress !???
How in the world can I with this in wordpress?

THE PROBLEM....

Is of course that if I try and link in to my wordpress site with a permalink like:

Code:
website.com/pag1.php?key=trackingkey

Then of course wordpress just try and find this page that doesn't exist and gives me a 404 - error page...........

This is driving me crazy....

How in the world can I then track keywords for permalinks that I send traffic to into my wordpress site???

I don't expect to get answers from beginners in wordpress to this question, but hopefully there is someone here, that can tell me what to do.

MANY THANKS
#code #landingpage #tracking #wordpress

Trending Topics