Popis
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.'/]');
?>
Instalace
- From the WP admin panel, click „Plugins“ -> „Add new“.
- In the browser input box, type „WP Module Pager“.
- Select the „WP Module Pager“ plugin and click „Install“.
- Activate the plugin.
OR…
- Download the plugin from this page.
- Save the .zip file to a location on your computer.
- Open the WP admin panel, and click „Plugins“ -> „Add new“.
- Click „upload“.. then browse to the .zip file downloaded from this page.
- Click „Install“.. and then „Activate plugin“.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Module Pager je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Module Pager” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.