We'll create fresh WordPress site with Module Pager installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Management tools for any custom pagination.
Can be easily extended with Mustache notation.
管理画面から、あらゆるページネーションを管理できます
<?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.'/]');
?>