I was thinking about putting the tracking code in my main index template in wordpress, but I realized that perhap the code won't track all the page views if it's just in the main index template. So should I add it to the single post template as well? Or am I just missing something obvious and should do it in a different location? Thanks in advance. I'm new to WP.
as for me i put it in after the <body> tag and it works well. since wp system was based on template tag..just as wordpress codex mention..i don't think you have to worry if the tracking won't track in all page view. you can check on the mybloglog for more infos...personally i search and search couple of infos before i installed the mybloglog in my site.