PHP Wordpress:在query_posts之后重置分页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Wordpress:在query_posts之后重置分页相关的知识,希望对你有一定的参考价值。

<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts("paged=$paged");
?>

以上是关于PHP Wordpress:在query_posts之后重置分页的主要内容,如果未能解决你的问题,请参考以下文章

说说WordPress的主查询函数-query_posts()

在 query_posts 中获取 WordPress 中的所有帖子类型

WordPress函数query_posts用法汇总

WordPress主查询函数query_posts用法汇总

按年份“query_posts()”问题的 Wordpress 存档

带有 ID 和 slug 组合的 Wordpress query_posts