Google Analytics Plugin Not Showing
Posted by ady on Sat, December 30, 2006
▼ A d v e r t i s e m e n t
Well, this is not a complaint to the great plugin, but for some themes.
Themes like Intense, and AquaGreen does not have any wp_footer call so the tracking code will not show. How to fix it?
Open up themes/[themename]/footer.php and add <?php wp_footer(); ?> before </body> resulting in:
<?php wp_footer(); ?>
</body>
</html>
Hope this helps. I discover this after 5 minutes of head scratching.

Popularity: 2% [?]
Related Articles
- Sat, February 3, 2007 -- About The New Blogger Import Plugin
- Thu, April 22, 2010 -- WordPress Plugin: Basic Facebook Social Plugins
- Thu, August 28, 2008 -- Subscribe To Comments
- Fri, August 10, 2007 -- WordPress Plugin: Collapsible Archive Widget
- Wed, May 2, 2007 -- WordPress Plugin: Random Posts Widget
Tags: Google, Plugin, WordPress
This entry was posted
on Saturday, December 30th, 2006 and is filed under Computing, WordPress.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.