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,我通过单击“CMS/静态块/页脚链接”更改页脚,但此更改仅适用于主页,如何使此更改适用于整个网站?
您的主页可以使用一种布局,所有其他页面都可以使用不同的布局。例如:主页有 1 列,其他页面 - 2 列左。首先 - 转到 CMS-> 页面-> 主页。打开设计选项卡并检查,布局使用您的主页。其次,在设计选项卡中,可以在 xml-update 中覆盖主页模板。因此,您只需编写主页模板,不会影响其他页面。如果是这样 - 弄清楚,其他页面上使用了哪个模板(fe 2-columns-left.phtml),并对其进行更改。