How do you put the tracking202 javascript code on a wordpress blog?



You may have to download a wordpress plugin, that allows you to use javascript in your posts. search "javascript wordpress plugin" in google.
 
I'm not sure if Cakes instructions work, but there is a much easier way.

#1 - Use the "Executive PHP" plug in and turn off the visual editor in WP.
#2 - Use Advanced LP option in 202 to get your tracking code.
#3 - Paste the LP code at the end of the post/page and you're all set.
 
Log in to your wordpress blog administrative panel. On the left side bar, click on "Appearances" and then when the drop down populates, clilck on "Editor". It'll show all of the wordpress blog source files on the right for the theme you're using.

Find the "Footer" file and then click on its hyperlink. Next, when the source file shows the coding in the middle open space, then scroll down to the very bottom of the source file and find "</body>" and insert your code just above that. If you're trying to promote a certain page IN your blog, then you'll need to keep going back to this same source and put in that code as well.

That footer runs under every page in wordpress. So, even though you're promoting, say, 15 offers, you'd place all 15 codes in this "Footer" file above the "</body>" tag.