本文代码默认超过一年365天没有更新的文章做提示处理 让提示显示在文章开始处 //添加老文章提示信息 function old_content_message($content) { $modified = get_the_modified_time('U'); $current = current_time('timestamp'); $diffTime = ($current - $modified) / (60 * 60 * 24); if (...