根据日期限制wordpress中的档案列表
我正在使用 wordpress 和 我使用该功能在侧边栏中显示我的档案列表
wp_get_archives('type=monthly');
我有从 2005 年 2 月到 2010 年 4 月的帖子,但我想显示 2009 年 6 月以后的链接。 (即2009年6月、2009年7月、……2010年4月)。
如何防止 2005 年 2 月 - 2005 年 5 月显示在档案列表中。
(请不要建议添加限制,即 wp_get_archives('type=daily&limit=15'); 。这不能解决我的问题)
I am using wordpress and
I am displaying my archives list in a sidebar using the function
wp_get_archives('type=monthly');
I have posts from Feb 2005 to April 2010 but I want to display June 2009 onwards links.
(i.e. june 2009, july 2009, ....april 2010).
How do I prevent Feb 2005 - may 2005 from being displayed in the archives list.
(Please don't suggest adding a limit i.e. wp_get_archives('type=daily&limit=15'); . That will not solve my problem)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)