月別アーカイブ: 2014年3月

日付に関する表示いろいろ

記事に「最終更新日」を表示する方法


<p>
[記事公開日]<?php the_time('Y/m/d'); ?><br>
<?php if (get_the_modified_date('Y/n/j') != get_the_time('Y/n/j')) : ?>
[最終更新日]<?php the_modified_date('Y/m/d') ?>
<?php endif; ?>
</p>

最終更新日のみ表示する場合

[最終更新日]<?php the_modified_date('Y/m/d') ?>

WordPressで指定日時によって内容を表示するショートコード
http://gatespace.jp/2012/05/28/date-short-code/

公開済の記事を指定日時で予約更新する
http://wpxtreme.jp/公開済の記事を指定日時で予約更新する