Linux 软件免费装
Banner图

Plugin Name

开发者 mcinvale
binarym
更新时间 2013年4月27日 02:20
PHP版本: 2.7 及以上
WordPress版本: 3.5.1

标签

pages cms awesome

下载

详情介绍:

Pagination for Pages is a very simple plugin that creates navigation between pages (or any other custom post type) with the same parent. This plugin gives you one new function, pagination_for_pages($getPagesQuery='sort_column=menu_order&sort_order=asc')
  1. getPagesQuery - Passed directly to get_pages, read the codex to find all available options. Defaults to menu_order ascending & pages.
More documentation for Pagination for Pages on BinaryM.com

安装:

  1. Upload pagination-for-pages.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place <?php echo pagination-for-pages(''); ?> in your templates (or use a hook)
  4. See our site for more examples