On 2/18/2011 10:50 AM, Scott Merrill wrote:
I had previously hard-coded my Google Analytics script in my
footer.php, but decided today to use the Google Analytics plugin.

I installed and activated the plugin, but I don't see anything
relevant being output in my theme. I guess I need to modify my theme
somehow to trigger the plugin, but I'm not sure what I need to do. I
think it has something to do with the Stack and javascript ... ?

The easiest way to make this work seems to be to add this code inside the <head> tag of your theme:

<?php $theme->header(); ?>

This will output all of the necessary stacks (javascript and css), the feed RSD, and any other plugin-provided header output.

Owen


--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to