Landing Code with Advanced Landing Page on WORDPRESS help!

Status
Not open for further replies.

oksk89

New member
Jun 18, 2009
239
1
0
So I have one blog post and on that one post I have 6 product offers, thus constituting an advanced landing page.

So I'm setting up tracking202 and I'm on step #6 where I get the code, I click Advanced Landing Page and add all the offers I have.

Prior to this step, the URL I put as my landing page is the URL of the individual post. So instead of putting Domain Names, Web Hosting, VPS Hosting, and SSL Certificates - MyDomain, (which would seem to make sense since I only have one post, and that post appears on the main page), I clicked on the post and put THAT URL, so it's more like Domain Names, Web Hosting, VPS Hosting, and SSL Certificates - MyDomain or whatever that URL happens to be.

So I press Get Landing Page Codes and all these HTML/Javascript whatever codes I have no idea about appear and I have no idea where the heck to place them, or what to do since I'm using Wordpress, and I'm not using the main, boring default theme with Wordpress. I've downloaded a separate theme from a 3rd party site. I read the Nickycake's guide on how to do this stuff but his is geared towards a simple landing page and at the part where he describes adding the codes, he says, "you need to edit your wordpress template that you�re using (hopefully you know how to do that)."

Now WTF does that mean? Does template = theme? How do I edit that? WTF am I supposed to do if i DONT know how to edit it.

Okay this turned into a long, angry rant.

Cliffnotes:

-Using wordpress, have one post with multiple offers

-Advanced landing page

-Setting up tracking202 with Advanced LP --> received codes

-Where do I put them and how?

Thanks!
 


For each of the php code bits, you create a separate php file - like offer1.php, offer2.php. Then you upload those to your server. In your wordpress post, you point to those urls for each offer (offer 1 links to offer1.php, etc...)

Then for tracking, you can put your 202 javascript code into the footer.php page - assuming that you are only doing this one post. If you have multiple posts/LPs you need a way of dynamically inserting the right javascript (I just rolled my own code for that - but I imagine there are existing ways to do it.)
 
thanks.. for now im still confused about the individual phps, so I want to get the javascript part out of the way at least.. where is this footer.php file? I go to my hostgator CP, click on file manager, open the public html folder, but I cant find the footer.php page..
 
Status
Not open for further replies.