日付・時間タグ– tag –
-
日付・時間タグ
the_modified_author
このテンプレートタグを使用する事によって、記事の最終更新投稿者を表示する事ができます。このタグはループ内で使用する必要があります。注:the_modified_author は、最初のバージョン2.8で利用可能でした。 The author who last modified a post can b... -
日付・時間タグ
get_the_date
get_the_dateテンプレートタグは、現在の$postが書かれた日付を取得します。 the_date()のこのタグとは異なり、常に日付が返されます。'get_the_date'のフィルターと共に変更出力します。 The get_the_date template tag retrieves the date the current $... -
テンプレートタグ
日付・時間タグ
日付・時間タグは、記事を投稿した日付・時間を出力するテンプレートタグ一覧です。 PHPの日付文法に則っています。 the_time現在の記事の時間を表示WordPress.org the_date記事の日付を表示または返します。同じ日に公開されている場合、記事をセットにし... -
日時タグ
get_calendar
カレンダー(デフォルトは現在の月/年)を表示します。投稿日は同じようなスタイルです。このタグは、テンプレート内のどこにでも使用する事が出来ます。 Displays the calendar (defaults to current month/year). Days with posts are styled as such. T... -
タイトルタグ
single_month_title
現在のページに年月のタイトルを表示または返します。このタグは、現在のページ(毎月のアーカイブページが表示されている時に発生)にWordPressによって渡されている引き数が月アーカイブのときにのみ動作します。 Displays or returns the month and yea... -
日付・時間タグ
the_modified_time
the_modified_timeのタグは、記事の時間(と日付)を最終更新して表示します。記事の時間(と日付)は作成されて表示するthe_time()の機能と似ています。このタグはループ内で使用する必要があります。フォーマットパラメータが指定されていない場合、デフ... -
日付・時間タグ
the_date_xml
YYYY-MM-DDのフォーマット(例: 2004-09-24)で記事の日付を表示します。 Displays the date of the post in YYYY-MM-DD format (ex: 2004-09-24). This tag must be used within The Loop. the_date_xmlのテンプレートタグ使用方法 [php][/php] the_date_xm... -
投稿タグ
the_date
記事の日付を表示または返します。同じ日に公開されている場合、記事をセットにして表示します。 Displays or returns the date of a post, or a set of posts if published on the same day. 特別の注意:同じ日の下で公開されたページの複数の記事がある... -
日付・時間タグ
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()と同じように動作します。このタグはループ内で使用する必要があります。フォー...
12