wp_footer() code insertion does not work for me
-
The code insertion function of wp_footer does not work for me. Yes, I have it in the right place. And yes, I am using the right code. To wit, copied straight from footer.php:
<?php wp_footer(); ?> </body> </html>
I am trying to use the Google Analyticator plugin to insert the code in the footer. FWIW, it won’t insert it in the header either. The CrazyEgg plugin, which also inserts code in the footer, doesn’t work either.
It doesn’t work on a plain vanilla WordPress install. It doesn’t work with the default (and untouched) themes. It doesn’t work with my own themes. It doesn’t work with the Options > Reading set to a static page for home. It doesn’t work with the home page showing my list of posts (the default behavior). It didn’t work on WP 2.1, 2.2, and now 2.3.
Does anyone know why? Could there be a server issue? Does anyone care enough to hunt this down with me? I’ll give you access to whatever you need.
Thanks,
Danny.
- The topic ‘wp_footer() code insertion does not work for me’ is closed to new replies.