最新活动:买一送一!升级会员,最高返 500 抵扣券!>>>

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:04

wordpress教程

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

2023-2-16 23:46:07

!
你也想出现在这里?立即 联系我们吧!
信息
个人中心
购物车
优惠劵
今日签到
搜索