the_posts_pagination
功能不起作用:http://pastie.org/pastes/10166362/text
以下是完整代码:
<div class="row">
<div class="col-md-12 text-center">
<?php
the_posts_pagination( array(
'mid_size' => 2,
'prev_text' => __( 'Newer', 'textdomain' ),
'next_text' => __( 'Older', 'textdomain' ),
));
?>
</div>
</div>
答案 0 :(得分:1)
the_posts_pagination仅适用于index.php或archive.php等帖子列表页面。例如,它不适用于自定义模板。
见这里:https://codex.wordpress.org/Function_Reference/the_posts_pagination