이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Module Pager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.