2013-06-06 26 views

回答

0

對不起,我找到了答案。花了一個小時搜索,最終在5分鐘內找到了解決方案。這是我的代碼:

<?php 
$term_list = wp_get_post_terms($post->ID, 'tipo-de-cursos', array("fields" => "names")); 
echo $term_list[0]; 
?> 
相關問題