1D

WordPress 的開發與研究

  • 首頁
  • 案例
  • 部落格

Home / Archives for WooCommerce

WooCommerce 商品與分類

2019-08-18

1. 由 $product 讀取所屬分類 // 讀取全域變數 global $product; $arrCategories=get_the_terms($product->get_id(), 'product_cat'); 2. 由分類讀取關聯商品 category-name 為分類的 slug $arrParam=array( 'category'=>array('category-name')); $arrProducts=wc_get_products...

近期文章

  • 無線藍芽耳機
  • WooCommerce 商品與分類
  • Genesis 研究筆記
  • Google PageSpeed Insights 探索之路

近期留言

    彙整

    • 2019 年八月

    分類

    • Genesis theme
    • Google PageSpeed Insignts
    • PHP
    • WooCommerce
    • WordPress
    • 雜記

    COPYRIGHT 2019 ONE DOT ALL RIGHTS RESERVED.