Which WP index file do I use. "To get started, add the code below to your blog template in between the OPEN body (<body>) tag and the CLOSE body (</body>) tag and republish. The optimal place is just after the OPEN body (<body>) tag. Tracking will begin immediately after the code has been added to your blog" Mybloglog asks me to do this. I know how to do this but I cant seem to find the index.php file in my worpress to do this. In my main index.php file when I open it in an editor all i find is this - <?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp-blog-header.php'); ?> Can anyone help me ? Can you even understand what I am trying to do ? Cheers