如何更改Woocommerce中的产品类别菜单?(How to change the product category menu in Woocommerce?)

编程入门 行业动态 更新时间:2024-10-13 18:22:55
如何更改Woocommerce中的产品类别菜单?(How to change the product category menu in Woocommerce?)

我想更改Woocommerce小部件上的产品类别菜单样式,但我无法找到进行更改的位置。 到目前为止我只发现了这个。 适当的HTML标签在哪里?

<aside class="span4"> <div class="aside-wrap"> <?php dynamic_sidebar('Woocommerce Sidebar'); ?> </div> </aside>

I want to change the product category menu style on the Woocommerce widgets but I can't find where to make the change. So far I've only found this. Where are the appropriate HTML tags?

<aside class="span4"> <div class="aside-wrap"> <?php dynamic_sidebar('Woocommerce Sidebar'); ?> </div> </aside>

最满意答案

检查你的functions.php或widgets_init文件,使用register_sidebar注册Woocommerce Sidebar会有widgets_init钩子。

Check your functions.php or simillar files, there will widgets_init hook using register_sidebar to register Woocommerce Sidebar.

更多推荐

本文发布于:2023-08-05 21:40:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1437702.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:产品类别   如何更改   菜单   Woocommerce   menu

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!