リファレンス– tag –
-
日付・時間タグ
the_time
現在の記事の時間を表示します。このタグはループ内で使用する必要があります。 Displays the time of the current post. This tag must be used within The Loop. the_timeのテンプレートタグ使用方法 [php] [/php] the_timeのパラメーター $d (string) (... -
日付・時間タグ
the_modified_date
the_modified_dateのタグは、最終更新された記事の日付(と時間)を表示します。the_modified_dateのタグは、最終更新された記事の時間/日付を表示する、the_modified_time()と同じように動作します。このタグはループ内で使用する必要があります。フォー... -
コメントタグ
permalink_comments_rss
RSSにフォーマットされたコメントに属する投稿のパーマリンクを表示します。通常はRSSコメントフィードのテンプレート内に使用します。このタグは、ループまたはコメントループ内でなければなりません。 Displays the permalink to the post to which a co... -
テンプレートタグ
コメントタグ一覧
コメントタグは、コメント関連の情報を出力するテンプレートタグ一覧です。 wp_list_comments記事またはページのためにすべてのコメントを表示します。WordPress.org comments_number記事に対するコメント、トラックバック、およびピングバックの合計数を... -
コメントタグ
comment_text_rss
RSSにコメントフォーマットのテキストを表示します。通常、RSSコメントフィードテンプレートに使われます。このタグは、ループまたはコメントループ内である必要があります。 Displays the text of a comment formatted for RSS. Typically used in the RS... -
コメントタグ
comment_author_rss
RSSのフォーマットでコメント投稿者の名前を表示します。通常、RSSコメントフィードのテンプレートを使用します。このタグは、ループ、またはコメントループ内でなければなりません。 get_comment_author_rssの値を取得して使用します。 Displays the comm... -
コメントタグ
comment_time
コメントに投稿された時間を表示します。このタグは、ループ、またはコメントループ内でなければなりません。 get_comment_timeの値を取得して使用します。 Displays the time a comment was posted. This tag must be within The Loop, or a comment loop... -
コメントタグ
comment_date
コメントに投稿された日付を表示します。 get_comment_dateの値を取得して使用します。 Displays the date a comment was posted. Use get_comment_date to retrieve the value. comment_dateのテンプレートタグ使用方法 [php] [/php] 例 "6-30-2004"形式... -
コメントタグ
comment_excerpt
コメントのテキストの抜粋(最大20単語)を表示します。 get_comment_excerptの値を取得して使用します。 Displays an excerpt (maximum of 20 words) of a comment's text. Use get_comment_excerpt to retrieve the value. comment_excerptのテンプレー... -
コメントタグ
comment_text
コメントのテキストを表示します。 get_comment_textの値を取得して使用します。 Displays the text of a comment. Use get_comment_text to retrieve the value. comment_textのテンプレートタグ使用方法 [php] [/php] 例 リスト()タグにコメント投稿者...