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
Can you please let me know what is wrong?
According to the second site you refernce, the script must be loaded just before the tag. The poster in the fist post put the equivalent script in the Zenphoto footer which will be just before the tag. Putting it at the front of template-functions.php will NOT do that.