发布日期和更新日期都显示在帖子页面上。如果最后一个日期已更新,如何替换发布日期?
代码如下:
Published on <a class="entry-date" href="<?php echo
get_month_link(get_post_time(\'Y\'),get_post_time(\'m\')); ?>" >
<span itemprop="datePublished"><?php echo get_the_date(\'M j, Y\'); ?>
</span>/a>
<span class="entry-meta" itemprop="dateModified"><font color="ea2f10">Last
updated on: <?php the_modified_date(\'F j, Y\'); ?> at <?php
the_modified_date(\'g:i a\'); ?></font></span>