Archive

Archive for the ‘Others’ Category

Analytics Doesnt Track your WordPress Pages?

May 28th, 2010 ayah No comments

1.Please do ensure that any of your google analytics plugins already activated

2. Do setting including your urchin code

3. Make sure that your footer template (usually footer.php) called wordpress function which is wp_footer.

<?php
wp_footer();
?>

Git Tips & Tricks

October 29th, 2009 ayah No comments

Another tips and tricks for Git usage, take a look here .

Categories: Others Tags: ,