Static block on home page in Magento

前端 未结 1 737
小鲜肉
小鲜肉 2020-12-13 21:15

I am trying to add a static block to the home page of a Magento site using the layout XML file.

I can see how to add and remove block inside a reference, but I am st

1条回答
  •  北海茫月
    2020-12-13 21:28

    In any layout file used by your theme add the following.

    
      
        
          home-page-block
        
      
    
    

    cms_index_index is specific to the home page.

    0 讨论(0)
提交回复
热议问题