Day 7 was very easy. Just added google analytics and tracking links to the blog. I installed the google analytics plugin to add google analytics easily to wordpress. I don’t want to use the 30 day challenge click tracking tool, so for now I just added a new folder in my hosting account and uploaded a file with a PHP redirect. Then I can check the hosting stats to see how many hits this file receives.
<?php
header( ‘Location: http://www.urltoredirectto.com’ ) ;
?>
In day 8 we used socialmarker to bookmark our website at propeller, digg, delicious, stumble upon and twitter.
Two easy days completed and I’m heading off to work on day 9 of the thirty day challenge…




