Google Analytics for WordPress 无法正常工作

发布于 2024-09-12 13:11:57 字数 257 浏览 4 评论 0原文

我有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小ぇ时光︴ 2024-09-19 13:11:57

查看每个站点的页面源代码以查看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文