質問編集履歴

1

$taxonomy_slugの違いを修正

2021/07/24 13:16

投稿

giogio1227
giogio1227

スコア2

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  <?php // 投稿に紐づくタームの一覧を表示
56
56
 
57
- $taxonomy_slug = 'product-cat'; // 任意のタクソノミースラッグを指定
57
+ $taxonomy_slug = 'area'; // 任意のタクソノミースラッグを指定
58
58
 
59
59
  $category_terms = wp_get_object_terms($post->ID, $taxonomy_slug); // タームの情報を取得
60
60