WordPress Paged Comments Plugin
WordPress Paged Comments is a plugin for WordPress 1.5 and 2.x to allow comment paging. Useful for those popular blog entries receiving many comments, or a simple guestbook page within WordPress.
Download — Latest Version
- Version 2.6.4 (2007-07-31) (zip file) Release Notes
- View code at the WP Plugin Repository
- Work in progress: Ajax-style Paged Comments (no download yet)
Related Downloads
- WP-Guestbook (by Frank Bültge)
- Paged Threaded Comments (by Zhou Qingbo)
- tp-guestbook (by 082net)
- Threaded and Paged Comments (by Trustin Lee)
- Guestbook Templates (by Jennifer)
Installation for WordPress 1.5 and 2.x
If you’re upgrading from a previous version, skip these installation steps and read the upgrade steps.
- Download and extract plugin files to a folder locally.
- Edit paged-comments-config-sample.php to configure, then save the file as paged-comments-config.php.
- Upload the whole paged-comments directory to /wp-content/plugins/. The plugin files should now be in /wp-content/plugins/paged-comments/.
- Enable the plugin through the WordPress admin interface. That’s it for WordPress 2 users!
- 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).
Optional Steps
- To customise the template to work better with your theme: Open the plugin’s themes folder and find the subfolder corresponding to the WordPress theme you’d like paged comments enabled on (or if your theme isn’t listed, choose the ‘default’ folder). Upload comments-paged.php to the appropriate WordPress theme folder (found in [wordpress]/wp-content/themes/).
For example, if you’re using the default WordPress theme, copy [paged-comments-plugin]/themes/default/comments-paged.php to [wordpress]/wp-content/themes/default/. (The plugin always tries to load comments-paged.php from your active theme folder first.)
Make any modifications to comments-paged.php. The file is based on the comments.php file, so if your theme is very different it might be easier to copy in the necessary elements from paged-comments.php. View the diff report to see what you need to change.
Examples of Use
- Thank You Stephen Colbert (over 60,000 comments!)
- Demo page
- Ajax demo
- White Town guestbook
- 10 most popular torrent sites of 2007
Questions?
- Read the FAQ and if it’s not answered…
- Leave a comment or email: keyvan (at) k1m.com
Donate
I work on this plugin in my spare time. If you find it useful, please consider donating to help me continue work on the plugin. (This plugin is, and will remain, freely available and open source, please only donate if you want to and can afford it.)
[...] WordPress Paged Comments - cho phép viết comment trên các trang. Rất hữu ích cho các blog có nhiều comment. [...]
Thanks! Greate plagin!
[...] 설치는 쉽더군요. 그냥 플러그인 폴더에 넣고 플러그인 관리에서 동작(Active)만 시켜주면 됩니다. 하지만 동작하지 않았습니다. 메시지를 보니까 다른 플러그인 하나를 더 설치해야 한다네요. 댓글에 페이징 기능을 추가해주는 WordPress Paged Comments Plugin 이 그 놈이었습니다. [...]
[...] WordPress Paged Comments - allows comment paging. Useful for those very popular blog entries receiving many comments. [...]
Is it possible to config this script so that the actual post itself does not appear on the comment pages?
[...] Paged Comments v2.6.4 (2007-07-31) by Keyvan Minoukadeh — Breaks down comments into a number of pages [...]
[...] Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Link [...]
[...] WordPress Paged Comments - cho phép viết comment trên các trang. Rất hữu ích cho các blog có nhiều comment. [...]
[...] Paged Comments:为过长的评论分页。 [...]
Hi Keyvan, while your plugin worked perfectly. Sadly it conflicted with other wordpress plugins and as a result made chitika.com’s related products unit and rmarsh.com’s similar posts plugins disappear completely in Firefox 2 and Internet Explorer 7!
That might be something to look into.