获取网站最后文章编辑时间作为网站最后的更新时间,确保网站近期有更新,督促不要咸鱼!
代码食用:
(来自Typecho社区) 直接插入
<?php echo gmdate('Y-m-d H:i:s', $this->modified + Typecho_Widget::widget('Widget_Options')->timezone); ?>
演示
网站底部
获取网站最后文章编辑时间作为网站最后的更新时间,确保网站近期有更新,督促不要咸鱼!
(来自Typecho社区) 直接插入
<?php echo gmdate('Y-m-d H:i:s', $this->modified + Typecho_Widget::widget('Widget_Options')->timezone); ?>
网站底部