Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个独立的 Wordpress 网站,里面有很多不同的类别:
2013 年 3 月 2013 年 2 月 2013 年 1 月 等等...
我希望我的 Wordpress 网站的主页显示最新的类别。此时将是 2013 年 3 月。然后,如果您返回一个页面,它将显示 2013 年 2 月,返回另一个页面并且您在 2013 年 1 月,等等。
我将如何修改 wordpress 循环来做到这一点?
谢谢。
这有点奇怪。您想将月份用作类别。
我建议您整理 REAL 类别中的帖子以获得更好的 SEO,并且在您的循环中,您只需更改 WP_query 以显示当月的所有帖子并更改 WP_Query 以获取以前的条目。但对我来说,这不是一个好的概念。