为什么the_posts_pagination功能不起作用?

时间:2015-05-06 03:16:02

标签: wordpress pagination

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>

1 个答案:

答案 0 :(得分:1)

the_posts_pagination仅适用于index.php或archive.php等帖子列表页面。例如,它不适用于自定义模板。

见这里:https://codex.wordpress.org/Function_Reference/the_posts_pagination