這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP PageNavi Style

外掛說明

First i will like to say thanks to Lester ‘GaMerZ’ Chan & scribu for this beautiful wordpress page navigation plugin.

To Use this plugin you must have Wp Pagenavi plugin installed on your wordpress blog.

Links: Pagination Demo

Documentation | wp pagenavi Plugin News

安裝方式

To use this plugin you must install wp-pagenavi plugin first.

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip the archive and put the wp-pagenavi folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin from the Plugins menu.

After you installed wp-pagenavi plugin next step is to install wp-pagenavi-style plugin.

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip the archive and put the wp-pagenavi-style folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin wp pagenavi style from the Plugins menu.

Usage

In your theme, replace code like this:

<div class="navigation">
    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
</div>

with this:

<div class="navigation">
<?php wp_pagenavi(); ?>
</div>

Go to WP-Admin -> Settings -> PageNavi for configuration.

Visit [Wp PageNavi Style Documentation] (http://www.snilesh.com/wordpress-pagenavi-style-plugin/) for more details.

Changing Style

Visit [Wp PageNavi Style Documentation] (http://www.snilesh.com/wordpress-pagenavi-style-plugin/) for more details.

常見問題集

Installation Instructions

To use this plugin you must install wp-pagenavi plugin first.

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip the archive and put the wp-pagenavi folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin from the Plugins menu.

After you installed wp-pagenavi plugin next step is to install wp-pagenavi-style plugin.

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip the archive and put the wp-pagenavi-style folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin wp pagenavi style from the Plugins menu.

Usage

In your theme, replace code like this:

<div class="navigation">
    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
</div>

with this:

<div class="navigation">
<?php wp_pagenavi(); ?>
</div>

Go to WP-Admin -> Settings -> PageNavi for configuration.

Visit [Wp PageNavi Style Documentation] (http://www.snilesh.com/wordpress-pagenavi-style-plugin/) for more details.

Changing Style

Visit [Wp PageNavi Style Documentation] (http://www.snilesh.com/wordpress-pagenavi-style-plugin/) for more details.

使用者評論

2016 年 9 月 3 日
I am using this plugin with customizr theme. Additionally a sidebar with widgets is used. I have detected an error on small devices: When the width of the page is small enough it's not possible to click on the navigation buttons. Without your plugin it's possible. I have fixed it with this: .wp-pagenavi{<?php if($options['align']=='right'){echo 'text-align: right; ';} elseif($options['align']=='left'){echo 'text-align: left; ';} else { echo 'text-align: center; margin-left:auto !important; margin-right:auto; !important';} ?>}
閱讀全部 18 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP PageNavi Style〉的開發相關工作。

參與者

將〈WP PageNavi Style〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.4

  • CSS issue fixed.

1.3

  • Menu Capability options changed. Pagenvi style options will be managed by administrator only.

1.1

  • Removed CSS errors.

1.0

  • First Version Of this Plugin