MENU

single_tag_title

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

Displays or returns the tag title for the current page.

目次

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

[php] [/php]

デフォルトの使い方

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

single_tag_titleのパラメーター

$prefix

(string) (optional) タイトルの前に出力するテキストです。

(string) (optional) Text to output before the title.

Default: None

$display

(boolean) (optional) (TRUE)の場合タイトルを表示します。または、(FALSE)の場合PHP内で使用できるようにタイトルを返します。

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

Default: TRUE

この例では、タグのタイトルに続く”Currently browsing ” テキストを表示します。

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

[php]

.

[/php]
Currently browsing WordPress.

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

This example assigns the current tag title to the variable $current_tag for use in PHP.

[php][/php]

変更ログ

Since: 2.3.0

関連テンプレートタグ

is tag, the_tags, tag_description, single_tag_title, wp_tag_cloud, wp_generate_tag_cloud, get_tags, get_the_tags, get_the_tag_list, get_tag_link

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

この記事を書いた人

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

コメント

コメントする

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

目次