- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
テンプレートタグ/the date xml
提供: WordPress Codex 日本語版
< テンプレートタグ
説明
YYYY-MM-DD形式で記事の投稿/更新日を出力します。 (例: 2004-09-24). このタグはループ内で使用します。 The Loop
使い方
<?php the_date_xml(); ?>
パラメータ
なし
例
<p>投稿日: <?php the_date_xml(); ?></p>
投稿日: 2005-05-14
関連
日時に関連するタグ: get_calendar(), get_day_link(), get_month_link(), get_the_date(), get_the_time(), get_year_link(), single_month_title(), the_date(), the_date_xml(), the_modified_date(), get_the_modified_date(), the_modified_time(), get_the_modified_time(), the_time()
関数リファレンス、テンプレートタグ目次もご覧ください。
最新英語版: WordPress Codex » Function_Reference/the_date_xml (最新版との差分)