QQ咨询不加好友发不了信息,咨询前先加好友! → QQ:820896380 ×

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

个人中心
购物车
优惠劵
有新私信 私信列表
搜索