特定のタクソノミーの中のタームが表示された場合
is_object_in_term( $post_id, $taxonomy, $terms )
引数1、$post_id:投稿ID
引数2、$taxonomy:タクソノミー名
引数3、$term:タームID、名前、スラッグもしくはArray
おお・・・・。
<?php if ( is_object_in_term($post->ID, 'bungu','pen') ): ?> 条件にあえば表示 <?php endif; ?>
is_object_in_term( $post_id, $taxonomy, $terms )
引数1、$post_id:投稿ID
引数2、$taxonomy:タクソノミー名
引数3、$term:タームID、名前、スラッグもしくはArray
おお・・・・。
<?php if ( is_object_in_term($post->ID, 'bungu','pen') ): ?> 条件にあえば表示 <?php endif; ?>