在主页上随时间发布标题列表 时间:2017-10-01 作者:Sanjeev 我在网上找不到这段代码,非常感谢您的详细回答。我想像这样在主页上显示最新的帖子第一个帖子标题-4分钟前发布第二个帖子标题-2天前发布第三个帖子标题-1年前发布 1 个回复 SO网友:lukgoh 在索引中的主循环中,要像您要求的那样显示日期,请使用:<?php printf( _x( \'%s ago\', \'%s = human-readable time difference\', \'your-text-domain\' ), human_time_diff( get_comment_time( \'U\' ), current_time( \'timestamp\' ) ) ); ?> 您可以阅读更多信息:https://codex.wordpress.org/Function_Reference/human_time_diff 结束 文章导航