如何在wordpress網(wǎng)站首頁調用woocommerce的產品?
1、在需要調用產品的地方添加Shortcode(短代碼 )。
2、把短代碼復制到編輯框中:
[products limit="6" columns="3" orderby="date" order="DESC"]
limit:顯示產品數(shù)量
columns:每行列數(shù)
orderby:排序依據(jù)(如 date 按發(fā)布時間、price 按價格)
order="DESC" 表示按降序排列,即從大到小、從新到舊或從高到低。
order="ASC"(升序排列)
其他參數(shù):category="分類別名" 篩選特定分類產品