使い方

  • the_date投稿日時を出力する。ループ内で同じ日付は一度だけ出力される。
  • the_time投稿日時を出力する。
  • the_modified_date / the_modified_time更新日時を出力する。
  • get_the_date投稿日時を取得する。
  • get_the_modified_date更新日時を取得する。

参考:

公開日と最終更新日を表示する | WEBDESIGNDAY

記事の更新日を表示する | ねこの足跡R

投稿の日付を取得し、表示する/日付のフォーマットを変更する | The WordPress Press

WordPress で記事の公開日や更新日の表示方法 | WebNexty

記事の公開日時と最終更新日時を表示する方法 | WEB ARCH LABO

書式

参考:

日付と時刻の書式 | WordPress.org [公式]

アイコンを表示する

FontAwesome 5
  • 投稿日時<i class="far fa-calendar"></i>
  • 更新日時<i class="fas fa-history"></i>

参考:

ワードプレスの記事で更新日付や公開日付を表示させる方法と SEO 上の利点 | 株式会社ペコプラ

更新日時をテーマデザインに合わせて自然に追加 | JOE のガメツいヨーロッパライフ

the_date

投稿日時を出力する。ループ内で一度だけ出力される。

参考:

the_date | WordPress Codex 日本語版

the_date() | WordPress Developer Resources [Official]

the_time

投稿日時を出力する。

参考:

the_time | WordPress Codex 日本語版

the_time() | WordPress Developer Resources [Official]

the_modified_date / the_modified_time

更新日時を出力する。

参考:

the_modified_date | WordPress Codex 日本語版

the_modified_time | WordPress Codex 日本語版

the_modified_date() | WordPress Developer Resources [Official]

the_modified_time() | WordPress Developer Resources [Official]

get_the_xx

参考:

get_the_date | WordPress Codex 日本語版

get_the_time | WordPress Codex 日本語版

get_the_modified_date | WordPress Codex 日本語版

get_the_modified_time | WordPress Codex 日本語版

get_the_date() | WordPress Developer Resources [Official]

get_the_time() | WordPress Developer Resources [Official]

get_the_modified_date() | WordPress Developer Resources [Official]

get_the_modified_time() | WordPress Developer Resources [Official]

get_post_time

参考:

the_time() と get_post_time() の曜日の出力の違いについて | ウェブアンテナ

get_post_time | WordPress 私的マニュアル

get_post_time | WordPress Codex 日本語版

get_post_time() | WordPress Developer Resources [Official]

記事をシェアする:
タグ:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Protected by reCAPTCHA