=== WP-Paginate === Contributors: emartin24 Donate link: http://www.ericmmartin.com/donate/ Tags: paginate, pagination, navigation, page, wp-paginate, comments, rtl, seo, usability Requires at least: 2.6.0 (2.7.0 for comments pagination) Tested up to: 3.2.1 Stable tag: 1.2.4 WP-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site. == Description == WP-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site. In addition to increasing the user experience for your visitors, it has also been widely reported that pagination increases the SEO of your site by providing more links to your content. Starting in version 1.1, WP-Paginate can also be used to paginate post comments! Translations: http://plugins.svn.wordpress.org/wp-paginate/I18n (check the version number for the correct file) == Installation == *Install and Activate* 1. Unzip the downloaded WP-Paginate zip file 2. Upload the `wp-paginate` folder and its contents into the `wp-content/plugins/` directory of your WordPress installation 3. Activate WP-Paginate from Plugins page *Implement* For posts pagination: 1) Open the theme files where you'd like pagination to be used. Depending on your theme, this may be the `loop.php` file or the `index.php`, `archive.php` and `search.php` files. The `twentyeleven` theme places the pagination code in `functions.php` in the `twentyeleven_content_nav()` function. 2) Replace your existing `previous_posts_link()` and `next_posts_link()` code block with the following: For the `twentyeleven_content_nav` theme, the new function would look like: function twentyeleven_content_nav( $nav_id ) { global $wp_query; if ( function_exists( 'wp_paginate' ) ) { wp_paginate(); } else { if ( $wp_query->max_num_pages > 1 ) : ?> *Configure* 1) Configure the WP-Paginate settings, if necessary, from the WP-Paginate option in the Settings menu 2) The styles can be changed with the following methods: * Add a `wp-paginate.css` file in your theme's directory and place your custom CSS there * Add your custom CSS to your theme's `styles.css` * Modify the `wp-paginate.css` file in the wp-paginate plugin directory *Note:* The first two options will ensure that WP-Paginate updates will not overwrite your custom styles. *Upgrading* To 1.1.1+: * Update WP-Paginate settings, change `Before Markup` to `