Prosper202 & Wordpress Landers: Inbound Javascript Landing Page Code

b_sun

New member
Apr 7, 2009
1,951
54
0
Virginia
I am using Wordpress with the Thesis theme and I am trying to insert the Tracking202 JS Landing page code. Where in the fuck do I put this shit?

There is a option in the Thesis design options to add stat and tracking scripts, however the 202 instructions state that you don't want this script running on all of your pages, don't add it at a template level, blah blah.

Any suggestions are appreciated. Thanks.
 


I think NickyCakes posted some shit about this on his blog before. Look there.
 
yea its simple, you just check for the ID of the page, and drop the code for that lander only

Code:
<?php if(is_single('29')) : ?>
// Tracking code here
<?php endif; ?>

drop that in footer.php, but change '29' to the ID of your post
 
Thanks for all the replies. UG, your post got me searching and I found that Thesis adds a javascript field on posts and pages. HERP DERP. Thanks.