Opis
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
Instalacja
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:
- Unzip the archive and put the
wp-pagenavifolder into your plugins folder (/wp-content/plugins/). - 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:
- Unzip the archive and put the
wp-pagenavi-stylefolder into your plugins folder (/wp-content/plugins/). - Activate the plugin
wp pagenavi stylefrom 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">←</span> Older posts', 'twentyten' ) ); ?></div>
<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</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.
Najczęściej zadawane pytania
- 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:
- Unzip the archive and put the
wp-pagenavifolder into your plugins folder (/wp-content/plugins/). - Activate the plugin from the Plugins menu.
After you installed
wp-pagenaviplugin next step is to install wp-pagenavi-style plugin.You can either install it automatically from the WordPress admin, or do it manually:
- Unzip the archive and put the
wp-pagenavi-stylefolder into your plugins folder (/wp-content/plugins/). - Activate the plugin
wp pagenavi stylefrom 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">←</span> Older posts', 'twentyten' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</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.
- Unzip the archive and put the
Recenzje
Kontrybutorzy i deweloperzy
„WP PageNavi Style” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniWtyczka „WP PageNavi Style” została przetłumaczona na 1 język. Podziękuj tłumaczom za ich wkład.
Przetłumacz wtyczkę “WP PageNavi Style” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
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
