Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为帖子创建了一些分类法。我使用下面的代码来显示。但它不显示任何内容。这段代码有什么问题?
$term_list = wp_get_post_terms($post->ID, 'link', array("fields" => "all")); $link = $term_list[0]->name ;