テーマ「Twenty Fifteen」を使用していて、投稿ページ内に最終更新日を表示したくなったのでいろいろググってみる。
content.php内の次の行の下あたりに
<div class="entry-content">
次を挿入
[記事公開日]<?php the_time('Y/m/d G:i'); ?> <?php if (get_the_modified_date('Y/n/j') != get_the_time('Y/n/j')) : ?> [最終更新日]<?php the_modified_date('Y/m/d G:i') ?> <?php endif; ?>