=== Logarithmic Pagination === Contributors: uargh Tags: pagination, navigation, archives, categories, search, tags, pages Requires at least: 3.0.1 Tested up to: 3.5.1 Stable tag: 0.1 Plugin URI: http://www.k308.de/labs/logarithmic-pagination Author URI: http://blog.k308.de License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin inserts pagination to your blog, archives and search results based on logarithmic calculation for a more evenly distributed link-juice. == Description == This will give you an advanced pagination to distribute your link-juice more evenly across your paginated paged. It also provides a better choice of navigation to the user to explore and find your content. You can turn the pagination on/off separately for: * homepage * search results * category archives * date archives * tag archives You can also choose if you want it to be displayed before and/or after the loop content. The plugin is currently available in English and German. If you want to help translate it, just write me an email. Help is much appreciated! For more information visit the [plugin website](http://www.k308.de/labs/logarithmic-pagination "Logarithmic Pagination plugin page"). == Installation == 1. Unzip wp-lopa.zip. 2. Upload `wp-lopa` to the `/wp-content/plugins/` directory 3. Activate the plugin through the `Plugins` menu in WordPress 4. Change Settings on `Settings` -> `Log. Pagination` 5. Remove original pagination code from template files 6. Add some CSS to make it all pretty. To make it easier here is some sample-code: `.paging-navigation ul { list-style: none; } .paging-navigation li { float: left; } .paging-navigation .current { } .paging-navigation .paginate_link { } .paging-navigation .prev { } .paging-navigation .next { }` Here is some sample HTML output: `` == Frequently Asked Questions == = Does the plugin support the use of pretty permalinks? = Yes, it does. It uses internal Wordpress functions to generate the links so all changes to your link structure within your Wordpress site will be repsected. == Screenshots == 1. An example of the generated output 2. This is the Settings page of wp-lopa == Other Notes == = Credits = This plugin is based on the idea found in the following (German) article by Nikolas Schmidt-Voigt: [Webseitenstruktur und Paginierung für SEO](http://www.kawumba.de/webseitenstruktur-und-paginierung-fuer-seo/ "Logarithmic Pagination plugin page") & a [discussion](http://stackoverflow.com/questions/7835752/how-to-do-page-navigation-for-many-many-pages-logarithmic-page-navigation "") on stackoverflow. == Changelog == = 0.1 = * Initial version == Upgrade Notice == = 0.1 = This is the initial version.