Blog

【WordPress】カスタムタクソノミーの親タームのみ表示

2016/07/02

カスタム投稿

備忘録です。

親タームのみを表示する方法です。

参考サイト
WordPressでカテゴリーやカスタムタクソノミーの親タームのみを出力する方法

<?php
  $terms = get_the_terms( $post->ID, 'タクソノミー名(カテゴリーの場合はcategory)' );
  if ( !empty( $terms ) ) {
    $output = array();
    foreach ( $terms as $term ){
      if( 0 == $term->parent )
      $output[] = '<a href="' . get_term_link( $term ) .'">' . $term->name . '</a>';
    }
    if( count( $output ) )
      echo '' . join( ", ", $output ) . '';
  }
?>

カテゴリー

月間アーカイブ

MORE

ミュージシャンズ・プラザ

神社仏閣ホームーページ制作

ホームページ制作問合せ