Google Analytics for WordPress 无法正常工作
我有 http://yoast.com 制作的 Google Analytics for wordpress 插件,
我已将其安装在两个博客上。一方面它工作得很好……另一方面却不起作用。
两种设计都是定制设计的。因此,我唯一能想到的是设计以不同的方式编码,以便插件将代码插入我的网站之一。
有谁知道如何解决这个问题?
谢谢
I have the Google Analytics for wordpress plugin produce by http://yoast.com
I have it installed on two blogs. On one it works perfectly... the other it does not work.
Both designs are custom designed. As such the only thing i can think is that the designs are coded in different ways such that the plugin inst inserting the code into one of my sites.
Does anyone have any ideas of how to fix this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看每个站点的页面源代码以查看 GA 是否正在加载。还可以使用 Firebug 来查看与 GA 相关的 javascript 加载的内容。
是
在你的主题的 header.php 中?这是加载插件所必需的。请参阅函数参考/wp head « WordPress Codex
Look in the page source of each site to see if GA is loading. Use Firebug as well, to see what's loading in terms of the javascripts involved with GA.
Is
<?php wp_head(); ?>
in header.php of your theme? That's required for plugins to load. See Function Reference/wp head « WordPress Codex