如何在Woocommerce中按类别对产品进行排序?

时间:2019-11-04 16:42:52

标签: wordpress woocommerce

我正在尝试在Woocommerce Shop页面中按类别对商品进行默认排序(例如:戒指,耳环,手链等)。 我将以下简码添加到“商店”页面,但是什么也没有发生。

[product_category  orderby="ID"]

感谢您的帮助。

1 个答案:

答案 0 :(得分:1)

您可以这样使用

// Various Attempts:
// websockettest
// websockettest-cluster-ip-service
// http://192.168.64.11:3020
// :3020/websockettest
// 127.0.0.1:3020 - port forwarding works

const socket = io('192.168.64.11/websockettest', {
  'reconnection': false, 
  transports: ['websocket']
});

[products limit="8" columns="4" category="rings"]

[products limit="8" columns="4" category="earrings"]
相关问题