=== Paged Comments === Donate link: http://www.keyvan.net/code/paged-comments/ Contributors: keyvan Tags: comments, paged Requires at least: 1.5 Tested up to: 2.1 Stable tag: version-2.6.2-(2007-05-04) == Description == Paged Comments enables comment paging. Useful for those popular blog entries receiving many comments, or a simple guestbook page within WordPress. == Installation == Visit [the plugin page](http://www.keyvan.net/code/paged-comments/) for installation steps for the latest release of the plugin. 1. Download and extract plugin files to a folder locally. 2. Edit `paged-comments-config-sample.php` to configure, then save the file as `paged-comments-config.php`. If you're upgrading and you already have a paged-comments-config.php file, you can ignore this step. 3. Upload the whole `paged-comments` directory to `/wp-content/plugins/`. The plugin files should now be in `/wp-content/plugins/paged-comments/`. 4. Enable the plugin through the WordPress admin interface. **That's it for WordPress 2 users!** 5. WordPress 1.5 users: If you enabled the fancy_url feature in step 2, edit your `.htaccess` file and enter these lines: `RewriteRule ^(.+/)comment-page-([0-9]+)/?$ $1?cp=$2 [QSA,L]` `RewriteRule ^(.+/)all-comments/?$ $1?cp=all [QSA,L]` at the end of the file beneath the `#END WordPress` marker (this ensures WordPress leaves the rule alone when updating the other rewrite rules).