如果你想在個別商品頁面讀取奇商品類別分類 , 首先前往編輯佈景主題 , 編輯 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]






![[year]年新加坡VPN推薦:詳細比較5個VPN中速度最快、安全及穩定 7 uri ifs S 7f5a53d7 0481 4a75 9958 a5bdf9841341 00000033 000](https://techmusea.com/storage/2025/12/uri_ifs___S_7f5a53d7-0481-4a75-9958-a5bdf9841341_00000033_000-150x150.webp)



