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