[済]投稿の公開日・更新日を表示
2019/11/27
投稿の公開日・更新日を表示する
参考: WEBDESIGNDAY | 【WordPress】公開日と最終更新日を表示する
<time>
公開日:<?php the_time('Y/m/d');?><br>
<?php if(get_the_time('Y/m/d') != get_the_modified_date('Y/m/d')):?>
最終更新日:<?php the_modified_date('Y/m/d') ?>
<?php endif;?>
</time>
投稿の公開日・更新日を表示する
参考: WEBDESIGNDAY | 【WordPress】公開日と最終更新日を表示する
<time>
公開日:<?php the_time('Y/m/d');?><br>
<?php if(get_the_time('Y/m/d') != get_the_modified_date('Y/m/d')):?>
最終更新日:<?php the_modified_date('Y/m/d') ?>
<?php endif;?>
</time>
tag > #wordpress(11)
