【发布时间】:2019-11-05 05:09:34
【问题描述】:
我正在尝试将我的 Woocommerce 商店页面中的产品默认排序为按类别(例如:戒指、耳环、手链等) 我在 Shop 页面中添加了以下短代码,但没有任何反应。
[product_category orderby="ID"]
感谢您的帮助。
【问题讨论】:
标签: wordpress woocommerce
我正在尝试将我的 Woocommerce 商店页面中的产品默认排序为按类别(例如:戒指、耳环、手链等) 我在 Shop 页面中添加了以下短代码,但没有任何反应。
[product_category orderby="ID"]
感谢您的帮助。
【问题讨论】:
标签: wordpress woocommerce
你可以这样使用
[products limit="8" columns="4" category="rings"]
[products limit="8" columns="4" category="earrings"]
或
[products limit="8" columns="4" category="rings,earrings"]
【讨论】: