douhui3305 2018-03-09 09: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-09 23: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条)
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部