I was wondering: I have a Google analytics account and they want you to add some code to your site in order for it to work:
Code: Select all
<!-- Begin Google Analytics -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
_uacct = "UA-XXXXXX-X";
urchinTracker();
// ]]>
</script>
<!-- End Google Analytics -->However, if people choose another template, obviously that code won't be included.
Is there a way/place where I can set the code to work as an overall setting???