,

如何在 WooCommerce 中獲取當前產品類別名稱 ?

woocommerce current product cat

如果你想在個別商品頁面讀取奇商品類別分類 , 首先前往編輯佈景主題 , 編輯 function.php 檔案並新增以下代碼

add_shortcode('techmusea_productcategory', 'get_current_product_category');

function get_current_product_category(){

        global $post;

       $terms = get_the_terms( $post->ID, 'product_cat' );
        $nterms = get_the_terms( $post->ID, 'product_tag'  );
        foreach ($terms  as $term  ) {                    
            $product_cat_id = $term->term_id;              
            $product_cat_name = $term->name;            
            break;
        }

       echo $product_cat_name;
}

新增後即代表您可以使用 shortcode 短代碼並可以新增到個別商品內容

 [techmusea_productcategory]
  • image 3
    2025-12-18
  • 不必買AirPods!Google Translate語音即時翻譯支援任何耳機及70多種語言. Important 1765823507
    2025-12-16
  • Fortnite回歸Google Play商店,絕對不容錯過. Important Do not include any text letters word 1765823297
    2025-12-16
  • iRobot
    2025-12-16
  • uri ifs S 7f5a53d7 0481 4a75 9958 a5bdf9841341 00000033 000
    2025-12-19
  • Is ChatGPT Plus worth it? | Zapier
    2025-12-05
  • image 3
    2025-12-18
  • 不必買AirPods!Google Translate語音即時翻譯支援任何耳機及70多種語言. Important 1765823507
    2025-12-16
  • Fortnite回歸Google Play商店,絕對不容錯過. Important Do not include any text letters word 1765823297
    2025-12-16
  • iRobot
    2025-12-16
  • uri ifs S 7f5a53d7 0481 4a75 9958 a5bdf9841341 00000033 000
    2025-12-19
  • Is ChatGPT Plus worth it? | Zapier
    2025-12-05
  • Google 推出 Gemini 3 深度思考. Important: Do not include any text, letters, words, or writing in the image.
    2025-12-05
  • brown and gray concrete building during daytime
    2025-12-05