【问题标题】:Why the_posts_pagination function not working?为什么 the_posts_pagination 功能不起作用?
【发布时间】:2015-07-16 00:08:58
【问题描述】:

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>

【问题讨论】:

标签: wordpress pagination


【解决方案1】:

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

请看这里:https://codex.wordpress.org/Function_Reference/the_posts_pagination

【讨论】:

    猜你喜欢
    • 2015-10-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-03-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多