MENU

single_term_title

現在のページの分類タイトルを表示または返します。

Displays or returns the term title for the current page.

目次

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

[php] [/php]

デフォルトの使い方

[php] ”,
‘display’ => true ); ?>[/php]

single_term_titleのパラメーター

$prefix

(string) (optional)タイトルの前に出力するテキスト。デフォルト:なし

(string) (optional) Text to output before the title.
Default: None

$display

(boolean) (optional) タイトル(TRUE)を表示、またはPHP(FALSE)で使用するためにタイトルを返します。

(boolean) (optional) Display the title (TRUE), or return the title to be used in PHP (FALSE).
Default: TRUE

この例では、分類タイトルに続いて”現在の閲覧”のテキストを表示します。

This example displays the text “Currently browsing ” followed by the term title.

[php]

.

[/php]
Currently browsing WordPress.

この例では、PHPで使用するために変数$current_termに現在の分類タイトルを割り当てます。

This example assigns the current term title to the variable $current_term for use in PHP.

[php][/php]

変更ログ

Since: 3.1.0

関連テンプレートタグ

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

この記事を書いた人

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

コメント

コメントする

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

目次