我喜欢以Wordpress第2页和第3页为例。我无法让它发挥作用。知道怎么做吗?
query_posts( array('posts_per_page' => 4, paged => array(4,5) ));
答案 0 :(得分:0)
query_posts返回数组,因此您可以使用var_dump()检查它是否有效; (https://developer.wordpress.org/reference/functions/query_posts/)
同样在数组中你有拼写错误的问题(提示:'')
但在我看来,更好的方法是get_posts()(https://codex.wordpress.org/Template_Tags/get_posts)