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

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Module Pager

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

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

 * [Details](https://de.wordpress.org/plugins/module-pager/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/module-pager/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/module-pager/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/module-pager/#developers)

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

## Beschreibung

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

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„Module Pager“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

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

[Übersetze „Module Pager“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/module-pager)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/module-pager/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/module-pager/) an
oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/module-pager/)
per [RSS](https://plugins.trac.wordpress.org/log/module-pager/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.6.1**
 *  Zuletzt aktualisiert **vor 4 Jahren**
 *  Aktive Installationen **20+**
 *  WordPress-Version ** 5.8 oder höher **
 *  Getestet bis **6.0.12**
 *  PHP-Version ** 7.2 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/module-pager/)
 * Schlagwörter
 * [nav](https://de.wordpress.org/plugins/tags/nav/)[navigation](https://de.wordpress.org/plugins/tags/navigation/)
   [pager](https://de.wordpress.org/plugins/tags/pager/)[Paginate](https://de.wordpress.org/plugins/tags/paginate/)
   [pagination](https://de.wordpress.org/plugins/tags/pagination/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/module-pager/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/module-pager/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

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