Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18

WordPress最新文章列表中排除置顶文章

wordpress教程:最新文章列表中排除置顶文章!前几天在做一个wordpress cms主题想把最新文章列表和置顶文章列表分开显示,可在调用最新文章列表时发现。

wordpress教程:最新文章列表中排除置顶文章!前几天在做一个wordpress cms主题想把最新文章列表和置顶文章列表分开显示,可在调用最新文章列表时发现。

如果wordpress教程博客有置顶文章,那 么最新文章列表也会把博客的置顶文章显示在最前面,但是可以通过设置置顶文章的参数caller_get_posts排除列表中的最新文章。

   $post_num = 10; // 显示文章的数量.
    $args=array(
    'post_status' => 'publish',
    'paged' => $paged,
    'caller_get_posts' => 1,
    'posts_per_page' => $post_num
    );
    query_posts($args);
    // 主循环
    if ( have_posts() ) : while ( have_posts() ) : the_post();
?>
    
"">
endwhile; else: endif; wp_reset_query();?>
温馨提示:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明

给TA赞赏
共{{data.count}}人
人已赞赏
编程技巧

WordPress前端用户中心经常用到的数据及获取方法

2023-3-19 0:00:00

编程技巧

织梦调用自定义字段“附件”下载去除Table样式的修改方法

2023-3-21 0:00:00

0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索