Title: Module Pager
Author: yama-dev
Published: <strong>2 septembre 2022</strong>
Last modified: 27 septembre 2022

---

Recherche d’extensions

Cette extension **n’a pas été testée avec plus de trois mises à jour majeures de
WordPress**. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes
de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

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

# Module Pager

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

[Télécharger](https://downloads.wordpress.org/plugin/module-pager.zip)

 * [Détails](https://fr-be.wordpress.org/plugins/module-pager/#description)
 * [Avis](https://fr-be.wordpress.org/plugins/module-pager/#reviews)
 *  [Installation](https://fr-be.wordpress.org/plugins/module-pager/#installation)
 * [Développement](https://fr-be.wordpress.org/plugins/module-pager/#developers)

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

## Description

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.'/]');
    ?>
    ```

## Installation

 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 ».

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs & développeurs

« Module Pager » est un logiciel libre. Les personnes suivantes ont contribué à 
cette extension.

Contributeurs

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

[Traduisez « Module Pager » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/module-pager)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/module-pager/), consulter
le [SVN dépôt](https://plugins.svn.wordpress.org/module-pager/), ou s’inscrire au
[journal de développement](https://plugins.trac.wordpress.org/log/module-pager/)
par [RSS](https://plugins.trac.wordpress.org/log/module-pager/?limit=100&mode=stop_on_copy&format=rss).

## Méta

 *  Version **1.6.1**
 *  Last updated **il y a 4 années**
 *  Active installations **20+**
 *  WordPress version ** 5.8 ou plus **
 *  Tested up to **6.0.11**
 *  PHP version ** 7.2 ou plus **
 *  Language
 * [English (US)](https://wordpress.org/plugins/module-pager/)
 * Tags
 * [nav](https://fr-be.wordpress.org/plugins/tags/nav/)[navigation](https://fr-be.wordpress.org/plugins/tags/navigation/)
   [pager](https://fr-be.wordpress.org/plugins/tags/pager/)[Paginate](https://fr-be.wordpress.org/plugins/tags/paginate/)
   [pagination](https://fr-be.wordpress.org/plugins/tags/pagination/)
 *  [Vue avancée](https://fr-be.wordpress.org/plugins/module-pager/advanced/)

## Notes

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/module-pager/reviews/)

## Contributeurs

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

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/module-pager/)