douhui3305 2018-03-09 17:37
浏览 118
已采纳

如何在Magento 2中添加和应用breadcrumbs.phtml到子主题?

I have a Magento 2 theme I'm using for the design, and have a child theme created that I'm working off of. I am trying to modify the breadcrumbs html so I can extend some additional classes to it. I can't find any breadcrumbs.phtml file in the parent theme, but I did find it in the vendor/magento/module-theme/view/frontend/template/html directory.

My question becomes, how can I create a new breadcrumbs.phtml file for my new child theme and where do I add it to the xml so it will be reflected on the frontend?

  • 写回答

2条回答 默认 最新

  • douyou1901 2018-03-10 07:10
    关注

    If you just want to override template, then you do not need to add it in xml, just copy the breadcrumb.phtml file to your theme's directory and you can modify it in your theme.

    You can put your breadcrumb.phtml file at below path.

    app\design\frontend\<VENDOR_NAME>\<THEME_NAME>\Magento_Theme\templates\html\

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?