Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Googleタグをホームページのヘッドタグに貼り付けようとしていますが、index.phpで見つかりません
どこへ行くの?
すべてのページのヘッダーの一部が必要な場合は、 のテンプレート ファイルに入れる必要があります%magento%/app/design/frontend/base/default/page/html/header.phtml。このファイルは、すべての通常のページに含まれます。
%magento%/app/design/frontend/base/default/page/html/header.phtml
それが役立つことを願っています。
ありがとう、ジョー