Quote:
Originally Posted by Dismounted
What are you putting in for the PHP code.
|
Erm, just putting the Google HTML Script tags. No PHP code.
Fixed it.
You have to put
PHP Code:
$output .= "<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">
</script>
<script type=\"text/javascript\">
_uacct = \"XX-XXXXXXX-X\";
urchinTracker();
</script>";
in to the archive_complete hook.