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.
有什么方法可以在 woocommerce 中显示主要类别及其子类别及其产品?php还是简码?我尝试了一些条件格式,但没有。
您有两个默认短代码可用于显示产品类别(定义了特定的父类别以显示子类别)和包含在特定类别中的产品。
要显示顶级类别,请使用简码:
[product_categories parent="0"]
如果要显示子类别,请在父属性中包含类别 ID。
要在类别中显示产品:
[product_category category="category-slug-here"]
此简码的完整参考:产品类别简码和类别简码中的产品