显示 WordPress 中某个类别中当前日期的生日
我想显示当前日期“生日”类别中的帖子。
我如何显示一天和一个月的所有帖子。但它不应该需要任何 Year 参数。
我已经尝试过
<?php wp_get_archives('type=monthly'); ?>
,但也需要一年的时间。
请帮助我,我想显示今天的生日
I want to display posts from a category 'Birthday' from current date.
How I can show all post from a day and month. But it should not require any Year parameter.
I have tried it with
<?php wp_get_archives('type=monthly'); ?>
but it take year also.
Please help me, i want to display today's birthday
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
参数必须是数组
Argument must be an array