返回新闻

最新文章列表

'post', 'posts_per_page' => 6, 'post_status' => 'publish', 'post__not_in' => array(get_the_ID()), 'no_found_rows' => true, // 性能优化:不计算总数 'update_post_meta_cache' => false, // 性能优化:不缓存meta 'update_post_term_cache' => false, // 性能优化:不缓存terms 'fields' => 'ids' // 只获取ID,减少内存使用 )); if ($recent_posts->have_posts()) : // 重新获取完整文章数据(只针对需要的字段) $post_ids = $recent_posts->posts; $posts_data = get_posts(array( 'include' => $post_ids, 'post_type' => 'post', 'post_status' => 'publish', 'orderby' => 'post__in' )); foreach ($posts_data as $post) : setup_postdata($post); ?>

ID); ?>

ID); ?>

暂无相关文章

发布时间:
分类:
标签: