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.
我对编码和magento后端相当陌生,所以如果我问一些非常明显的问题,请接受我的道歉。我正在尝试将超链接与magento中的图像相关联,该图像位于页面的中间位(不是页眉,不是页脚......?我访问了那些/app/design/frontend/default/XXXXXX/template/page/ html/header.phtml 和其他的,但是我应该把代码放在首页的位置我找不到我应该进入的文件以超链接图像非常感谢您的帮助
在magento首页的大多数情况下,这些页面是cms页面。您可以转到 admin->CMS->Pages 并在 url 键下查找主页或主页。单击它进行修改,然后在内容部分中选择要编辑的页面。
如果您的主页具有通过模板(.phtml)显示数据的代码而不是查找该文件并将您的代码添加到显示图像。