內容簡介
這是一個用於管理任意自訂分頁的工具。
功能
您可以從管理畫面管理任何分頁
預先準備了樣本描述(安裝後可以直接使用)
您可以單獨編寫下一個按鈕和上一個按鈕。
由於註冊的HTML受到限制,因此在緊急情況下也會考慮這一點。
可以使用Mustache記號輕鬆擴展。
管理画面から、あらゆるページネーションを管理できます
提前準備了樣本說明(安裝後可直接使用)
可以分別編寫下一個按鈕和上一個按鈕。
由於註冊的HTML受到限制,因此在緊急情況下也會考慮這一點。
可以使用 mustache 記法輕鬆擴展。
使用方法
<?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.'/]');
?>
外掛標籤
開發者團隊
原文外掛簡介
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
render();
?>
[wp-module-pager base_path=/]
[wp-module-pager base_path=/news/category/'.$term_obj->slug.'/]
slug.'/]');
?>
