WordPress 获取一定天数内发表的文章

WordPress WordPress 获取一定天数内发表的文章代码: <?php function filter_where($where = '') { $where .= " AND post_date > '" . date('Y-m-d', strtotime('-60 days')) . "'"...
WordPress 获取一定天数内发表的文章
WordPress

WordPress 获取一定天数内发表的文章代码:

<?php
function filter_where($where = '') {
$where .= " AND post_date > '" . date('Y-m-d', strtotime('-60 days')) . "'";
return $where;
}
add_filter('posts_where', 'filter_where');
query_posts($query_string);
?>

默认是60天内的文章。可更根据需要调整

将代码添加到主循环的上面。

给TA打赏
共{{data.count}}人
人已打赏
wordpress教程

WordPress 自动更新后出现“空白模板:索引”的解决办法

2023-2-16 23:46:05

wordpress教程

WordPress 3.3 版背景功能失效解决方案

2023-2-16 23:46:07

【腾讯云】11.11云上盛惠!云服务器首年1.8折起,买1年送3个月!
11.11云上盛惠!海量产品·轻松上云!云服务器首年1.8折起,买1年送3个月!超值优惠,性能稳定,让您的云端之旅更加畅享。
查看更多相关信息>>
站长

(工作日 10:00 - 22:30 为您服务)

2026-03-27 20:55:33

您好,无论是售前、售后、意见建议……均可通过联系工单与我们取得联系。

猜你想问:

  • 购买的模板免费包安装吗?

  • 这个演示地址有吗?

  • 购买vip会员可以下载哪些模板?

您的留言我们已经收到,我们将会尽快跟您联系!
取消
立即选择任一渠道联系我们