估计很多人遇到这个问题:
- 一来是the_title(),the_permalink(),the_date()一路用下来,很正常也很正确
- 不爱读官方文档,因为文档中有个特别提示
文档:http://codex.wordpress.org/Template_Tags/the_date
SPECIAL NOTE: When there are multiple posts on a page published under the SAME DAY, the_date() only displays the date for the first post (that is, the first instance of the_date()). To repeat the date for posts published under the same day, you should use the Template Tag the_time() or get_the_date() (since 3.0) with a date-specific format string.
翻译:
特别说明 ︰ 当同一天发布多篇文章时,the_date() 只显示的日期的第一篇 (就是 the_date()) 的第一个实例。要重复日期根据同一天发布的文章,你应该使用模板标签 the_time() 或 get_the_date();