2023-12-25 4次
// 排除置顶文章 'post__not_in' => get_option( 'sticky_posts' ) // 分页必须参数 $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;