タームの条件分岐について

is_termが3.0以上だと非推奨になっているので以下のものをつかう

mixed term_exists( mixed $term [ , string $taxonomy = '' [ , int $parent = 0 ] ] )
<?php if ( term_exists( 1 ) ) : ?>

http://elearn.jp/wpman/function/term_exists.html