Adds a more advanced paging navigation interface.
Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening <?php tag):
var_dump(PHP_VERSION);
You're using query_posts() wrong. See The Right Way To use query_posts()
Yes; read this tutorial
If you are running a multi-language plugin, you will probably want to ignore the strings in the options page.
You can do that like so:
<?php wp_pagenavi( array( 'options' => PageNavi_Core::$options->get_defaults() ) ); ?>
Requires: 3.1 or higher
Compatible up to: 3.3.1
Last Updated: 2012-1-30
Downloads: 2,326,573




