MENU

the_terms

カスタムタクソノミーのタームを表示します。

Displays the terms of a custom taxonomy.

目次

the termsのテンプレートタグ使用方法

[php] [/php]

the termsのパラメーター

$id

(int) 投稿IDです。

(int) Post ID.

$taxonomy

(string) タクソノミー名です。

(string) Taxonomy name.

$before

(string) 実際のタグが表示される前にテキストが表示されます。デフォルトは、表示されません。

(string) Text to display before the actual tags are displayed. The default is to display nothing.

$separator

(string) テキストまたは文字列は、それぞれのリンクタグの間に表示されます。デフォルトは、各タグの間にコンマ(、)です。

(string) Text or character to display between each tag link. The default is a comma (,) between each tag.

$after

(string) テキストは、最後のタグの後に表示されます。デフォルトでは、何も表示されません。

(string) Text to display after the last tag. The default is to display nothing.

変更ログ

Since: 2.5.0

ソースファイル

the_terms()は、wp-includes/category-template.php内に位置しています。

the_terms() is located in wp-includes/category-template.php.

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次