Magento 谷歌产品网站 html 帮助
我正在尝试将 google 标签粘贴到主页 head 标签中,但我在 index.php 上找不到它
它去哪里了?
I am trying to paste a google tag into homepage head tag but i cannot find it on index.php
Where does it go??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要每个页面的标题,它应该进入
%magento%/app/design/frontend/base/default/page/html/header.phtml
的模板文件。该文件将包含在所有正常页面上。希望有帮助。
谢谢,
乔
If you want something of the header of every page, it should to go into the template file at
%magento%/app/design/frontend/base/default/page/html/header.phtml
. This file will be included on all the normal pages.Hope that helps.
Thanks,
Joe