分类 博客建设 下的文章

方法

分别打开single.php  和page.php  两个文件,找到:

<?php the_content(); ?>

在这行代码的上面或者下面添加以下代码:

<?php if ( (int)get_the_modified_time("U") > (int)get_the_time("U") ) : ?>
    <div align="center">
        <font color="#999" size="1" align="center">
            文章最后编辑于:<?php the_modified_time("Y-n-j H:i:s"); ?>
        </font>
    </div>
<?php endif; ?>

- 阅读剩余部分 -