This is about the 3rd topic I have started in this forum in the past few days, but here I go again
Hi, im setting up Google Analytics on my WordPress installation on my site, base07 and Google tells me to paste this code
into every web page I want to track, WordPress is php/MySQL and for me this makes it a little awkward.
Where should I put this code? In my WordPress folder inside my ftp account there is an index.php file but inside it it just says...
So should I put the code there? Im not sure because on my website for.. lets say my "About" page, in the adress bar it says ?page_id=2 but I cant find that file in my ftp to put the code into.
So in short, where should I put the code?
Thanks in advance

Hi, im setting up Google Analytics on my WordPress installation on my site, base07 and Google tells me to paste this code
Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1601198-1";
urchinTracker();
</script>
into every web page I want to track, WordPress is php/MySQL and for me this makes it a little awkward.

Code:
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>
So should I put the code there? Im not sure because on my website for.. lets say my "About" page, in the adress bar it says ?page_id=2 but I cant find that file in my ftp to put the code into.
So in short, where should I put the code?

Thanks in advance
