このテンプレートタグは、記事に属するタグまたはタグへのリンクを表示します。もしタグが現在のエントリーに関連付けられていない場合は、関連付けられているカテゴリーが代わりに表示されます。このタグはループ内で使用する必要があります。
This template tag displays a link to the tag or tags a post belongs to. If no tags are associated with the current entry, the associated category is displayed instead. This tag should be used within The Loop.
the_tagsのテンプレートタグ使用方法
[php] [/php]the_tagsのパラメーター
$before
(string)実際のタグの前に表示するテキスを表示します。デフォルトはタグです:
(string) Text to display before the actual tags are displayed. Defaults to Tags:
$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.
例
デフォルトの使い方
デフォルトの使い方は、デフォルトのテキストタグの前に来る、カンマ(,)によって区切られた各タグ()とタグのリスト化します。:.
[php] [/php]The default usage lists tags with each tag (if more than one) separated by a comma (,) and preceded with the default text Tags: .
コンマで区切る方法
それ以降改行とタグの一覧を表示します。
[php]‘); ?> [/php]Displays a list of the tags with a line break after it.
矢印で区切る方法
Social tagging:テキストと共に、タグを矢印(>)で区切って前に置いたタグのリストを表示します。
[php] ‘); ?>[/php]Displays links to tags with an arrow (>) separating the tags and preceded with the text Social tagging:
中黒点で区切る方法
Taggedテキストと共に、タグを中黒点(・)で区切って前に置いたタグのリストを表示します:そして改行が続きます。
[php]‘); ?>[/php]Displays links to tags with a bullet (・) separating the tags and preceded with the text Tagged with: and followed by a line break.
リストの例
順不同リストとしてタグの一覧を表示します:
[php]Displays a list of the tags as an unordered list:
‘); ?>[/php]
- WordPress
- Computers
- Blogging
変更ログ
Since: 2.3.0
関連テンプレートタグ
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
コメント