Title: Module Pager
Author: yama-dev
Published: <strong>2022 年 9 月 2 日</strong>
Last modified: 2022 年 9 月 27 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/module-pager.svg)

# Module Pager

 作者：[yama-dev](https://profiles.wordpress.org/yamadev/)

[下载](https://downloads.wordpress.org/plugin/module-pager.zip)

 * [详情](https://cn.wordpress.org/plugins/module-pager/#description)
 * [评价](https://cn.wordpress.org/plugins/module-pager/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/module-pager/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/module-pager/#developers)

 [支持](https://wordpress.org/support/plugin/module-pager/)

## 描述

Management tools for any custom pagination.

#### Features

 * You can manage any pagination from the management screen
 * A sample description is prepared in advance (you can use it as it is after installation)
 * You can write the next button and the previous button individually.
 * Since there are restrictions on the HTML that can be registered, it is also taken
   into consideration in case of emergency.
 * Can be easily extended with Mustache notation.
 * 管理画面から、あらゆるページネーションを管理できます
 * 予めサンプルの記述が用意されています（インストール後にそのまま利用できます）
 * 次へボタン、前へボタン、を個別に記載できます
 * 登録できるHTMLに制限があるので、万が一の場合も考慮されています
 * ムスタッシュ記法で簡単に拡張することができます

#### How to use

    ```
    <?php
    $pager = new Wp_Module_Pager();
    $pager->render();
    ?>
    ```

    ```
    [wp-module-pager base_path=/]
    [wp-module-pager base_path=/news/category/'.$term_obj->slug.'/]
    ```

    ```
    <?php
    // Archive Page.
    echo do_shortcode('[wp-module-pager base_path=/]');
    ?>


    <?php
    // Tax Page.
    echo do_shortcode('[wp-module-pager base_path=/news/category/'.$term_obj->slug.'/]');
    ?>
    ```

## 安装

 1. From the WP admin panel, click “Plugins” -> “Add new”.
 2. In the browser input box, type “WP Module Pager”.
 3. Select the “WP Module Pager” plugin and click “Install”.
 4. Activate the plugin.

OR…

 1. Download the plugin from this page.
 2. Save the .zip file to a location on your computer.
 3. Open the WP admin panel, and click “Plugins” -> “Add new”.
 4. Click “upload”.. then browse to the .zip file downloaded from this page.
 5. Click “Install”.. and then “Activate plugin”.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Module Pager」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ yama-dev ](https://profiles.wordpress.org/yamadev/)

[帮助将「Module Pager」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/module-pager)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/module-pager/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/module-pager/)，或通过[RSS](https://plugins.trac.wordpress.org/log/module-pager/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/module-pager/)。

## 额外信息

 *  版本 **1.6.1**
 *  最后更新：**4 年前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **6.0.12**
 *  PHP 版本 ** 7.2 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/module-pager/)
 * 标签
 * [nav](https://cn.wordpress.org/plugins/tags/nav/)[navigation](https://cn.wordpress.org/plugins/tags/navigation/)
   [pager](https://cn.wordpress.org/plugins/tags/pager/)[Paginate](https://cn.wordpress.org/plugins/tags/paginate/)
   [pagination](https://cn.wordpress.org/plugins/tags/pagination/)
 *  [高级视图](https://cn.wordpress.org/plugins/module-pager/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/module-pager/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/module-pager/reviews/)

## 贡献者

 *   [ yama-dev ](https://profiles.wordpress.org/yamadev/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/module-pager/)