Hi,
I am trying to include Analytics into Zen photo. So far I tried:
http://blog.hailzhang.com/add-google-analytics-to-zenphoto/
and
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55504
and none of them appear to be working.
The first solution causes the function to become faulty and the second solution does not work properly and lots of error messages appear on top of all pages complaining that the
analyticsTracking.php file is missing.
I created the file inside zp-core folder and add the following line on top of the template-functions.php
<?php include ("analyticsTracking.php"); ?>
Can you please let me know what is wrong?