タクソノミー 1. <?php echo $term->name; ?><?php if(is_tax('client') and !is_tax('client','d-marking-design')): echo ' 様'; endif; ?> 制作実績 2. <?php if(is_tax('client','d-marking-design')): ?> <?php elseif(is_tax('client') and !is_tax('client','d-marking-design')): //ここのandはなくてもよい?> <div style="margin-top:15px; text-align:center; font-size:15px;"><i class="icon-coffee"></i> クライアント様のご紹介</div> <?php else: ?> <div style="margin-top:15px; text-align:center; font-size:15px;"><i class="icon-coffee"></i> ご紹介できる制作物の一部をご紹介いたします。</div> <?php endif; ?> シングル <div class="jirei_disp_title">クライアント名:</div><div class="jirei_disp_con"><?php echo get_the_term_list($post->ID, 'client'); ?> <?php if(! is_object_in_term($post->ID, 'client','76') ): echo '様'; endif;?></div>