gpt4 book ai didi

wordpress - 如何使用 WordPress 获取某个类别中的所有帖子?

转载 作者:行者123 更新时间:2023-12-03 07:11:10 28 4
gpt4 key购买 nike

这效果非常好,只是它仅限于 10 个帖子,因为我的博客设置为最多显示 10 个帖子。

   $featured_query = new WP_Query('cat=3');

while( $featured_query->have_posts() ){
$featured_query->the_post();
$postcount++;
...

如何覆盖该设置并获取该类别中的所有帖子,而不管最大帖子设置如何?

最佳答案

使用showposts=-1。这将覆盖默认帖子设置。据此:http://codex.wordpress.org/Template_Tags/query_posts#Post_.26_Page_Parameters

关于wordpress - 如何使用 WordPress 获取某个类别中的所有帖子?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1189429/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com