WordPress Paged Comments Plugin

It is unlikely that I will be developing this plugin any further. WordPress has had paged comments support in the core since version 2.7. This site is now running version 2.8.2 and the comment paging you see here is using WordPress’s built-in code and not my plugin. I haven’t studied the code being used by WordPress so if there’s something I had in my plugin that’s missing from WordPress’ standard comment paging, let me know and I’ll see what I can do.

Paged Comments is a plugin for WordPress to allow comment paging. Useful for those popular blog entries receiving many comments, or a simple guestbook page within WordPress.

Features

  • Comment ordering: show latest comments first, or last
  • Specify number of comments to display per page
  • Enable paging for all posts and pages, or on a per-post basis
  • Give users the choice to view all comments on one page with a ‘show all’ link
  • Specify the first or last page of comments to load by default
  • See paged-comments-config-sample.php for more

Download — Latest Version

Installation (for WordPress 2.3 up to 2.7)

If you’re upgrading from a previous version, skip these installation steps and read the upgrade steps. Note: WordPress’ automatic upgrade feature will erase the plugin’s config file. If you’re going to use it, make sure you backup your paged-comments-config.php file first.

  1. Download and extract plugin files to a folder locally.
  2. Read through and edit paged-comments-config-sample.php to configure, then save the file as paged-comments-config.php.
  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!

Optional Steps

  • WP 2.7 users: If use_wp_config is set to true (default), you can make changes to the plugin config using the WP admin interface. Go to Settings > Discussion and look under ‘Other comment settings’.
  • 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

The comments on this page are handled by the plugin, but it’s also used by the following sites:

Questions?

Donate

If you find this piece of code useful, please consider donating. I’m a student working on these projects in my spare time. My sites carry no advertising and I release most of the code I work on under a free software license so anyone can benefit from it. I don’t receive any payment for this work so I have to rely on donations if I want to put off becoming a wage slave. Your contribution (whatever the amount) would be greatly appreciated.

Paid Support

If you run a commercial site and you’re having difficulty setting up paged comments, I offer paid support. Feel free to get in touch: keyvan (at) k1m.com

540 Comments

  1. Posted 20 February 2006 at 4:16 pm | Permalink

    Thanks Jonathan. I should be more careful tampering with these things. I’ll try and put out a new release tonight with this change. Hope it didn’t waste too much of your time pinning the problem down (I know these infinite loops can be a bit of nightmare to resolve). Thanks for letting me know.

  2. Posted 20 February 2006 at 10:39 pm | Permalink

    Not at all, Keyvan, you’ve already implemented the “Comment awaiting moderation” feature I suggested a while ago; and from your code, I now understand how WordPress 2 handles permalinks! I actually tracked down the looping redirects quite quickly (which is unusual for me!) after I noticed the 301s in the access log! For normal WordPress pages it shouldn’t matter as they don’t care about the “/”. I just want all my pages indexed with it there for consistency!

  3. Posted 21 February 2006 at 2:48 am | Permalink

    New bug-fix release is now available for download. Fixes the trailing slash issue and the comment numbering issue when DESC and fill_last_page are both enabled. Thanks to Jonathan and Tanster. No new features introduced in this release, but I recommend you upgrade. (Which just involves replacing paged-comments.php if you’ve already got your paged-comments-config file in place.)

  4. Posted 5 March 2006 at 4:02 pm | Permalink

    Keyvan – thanks for a very useful plug-in! It’s exactly what I needed to speed up loading on my popular pages.

    Mike

  5. pavel.nesvadba
    Posted 7 March 2006 at 5:47 pm | Permalink

    Hi Keyvan, I have almost 500 comments in some posts on my blog and then you plugin is very intersted for me. Thanks for it.

    But … I have one problem. I want to preset comments ordering to ASC mode with 50 comments per page. But after it when I click on some post with around 500 comments I see comments 1-50 … so 50 oldest comments. But I want see 50 latest comments on first page …

    Can I do it someway ??

  6. Posted 8 March 2006 at 12:21 am | Permalink

    Pavel, to see the latest comments you will have to set ordering to DESC. If you want the 50 latest comments to always be shown on the default page, you will also have to enable the fill_last_page option. I hope I’ve understood your question. If not, please post back.

  7. pavel.nesvadba
    Posted 8 March 2006 at 11:21 am | Permalink

    Hi Keyvan … thanks for replay, but it is not exactly what I want …

    I want comments ordering in ARC mode and latest comments on the default page …

    for example: I have 421 comments, with 50 comments per page … then, I would like to display comments 371 – 421 on default page therewith that comment 371 would be on the top of the page and comment 421 on the bottom.

  8. Posted 9 March 2006 at 2:58 am | Permalink

    Hi Pavel, I understand now. There’s no option to enable this behaviour at the moment. If I get some time tomorrow I’ll post up a quick hack to allow you to do it.

  9. pavel.nesvadba
    Posted 9 March 2006 at 6:45 am | Permalink

    Keyvan: thanks In Advance :)

  10. prem
    Posted 11 March 2006 at 9:28 pm | Permalink

    Need some help. I am using the paged-comments.. nice plugin.

    But other than the first page, ie when someone clicks on the other numbered comments pages I want to display just the comments not the complete posts. Can someone tell me how to do that.

    Basically for comment pages 2 onwards I do no want to see the post on those pages.. just the comments. I fear that on every page if we have the post displayed search engines will treat them as duplicate pages as content will be very similar.

    Thanks.. pls reply here..

  11. Posted 12 March 2006 at 4:41 am | Permalink

    prem: This is covered in the FAQ.

    Pavel: I’m sorry, I haven’t had time yet. I’ll let you know when I’ve posted up a solution.

  12. pavel.nesvadba
    Posted 12 March 2006 at 3:07 pm | Permalink

    Keyvan: ok … :)

  13. pavel.nesvadba
    Posted 20 March 2006 at 2:20 pm | Permalink

    Keyvan don’t forget for me please :)

  14. Posted 21 March 2006 at 5:10 am | Permalink

    Pavel, you haven’t been forgotten. I’ve just been too busy to work on the plugin. I will show you how to do it when I get a little more time.

  15. Stolon
    Posted 28 March 2006 at 11:15 pm | Permalink

    Wery good plugin! Thanks!

  16. Posted 7 April 2006 at 9:20 pm | Permalink

    Pavel: The new version is available now and it includes a new option (default_page) which does what you want. Sorry it took so long. You can see it in action (I’ve set ordering to ‘ASC’ and default_page to ‘last’).

    Read about the other changes.

    Let me know if you come across any problems.

  17. Dayna
    Posted 9 April 2006 at 5:33 am | Permalink

    Hi, I have got the new version but there is a problem with the fancy URL again, the link to other comments pages are the default permalink and not the custom permalink of the page. Can you fix that please? Thank you :)

  18. Dayna
    Posted 9 April 2006 at 5:38 am | Permalink

    Edit: Sorry, I didn’t realise there’s a new config for fancy URL. Could I suggest a admin options page? The current config seems a bit messy and confusing. Just a suggestion :) Thank you for the update

  19. Posted 9 April 2006 at 3:08 pm | Permalink

    Hey Dayna, not sure what problems you’re having with the fancy URL option – the new options shouldn’t affect the URL structure. Have I broken something?

    Thanks also for the suggestion. I’d like to do an options page accessible through the WP admin interface. It’d probably make updates easier as well. I’ll consider it for the next release.

  20. Dayna
    Posted 9 April 2006 at 3:30 pm | Permalink

    Hi Keyvan, it was my mistake. I’m sorry because there are too many configuration in the file that I missed out that option to set fancy URL to true. Thank you for considering that suggestion as well. It would make setting the configuration so much easier. :)

  21. Posted 12 April 2006 at 9:17 am | Permalink

    Keyvan,

    My readers are requesting the following: If I’m on page “n” of a multi-paged comments post and I post a new comment – the resulting page displayed is now the first page – not page “n”. Is there any way to keep it on page “n”?

  22. Posted 13 April 2006 at 9:53 am | Permalink

    Hi Gray, I’ll look into this to see what can be done. Although I think most people when posting a comment will have finished reading and would actually want to be redirected to the page their comment appears on—to see if it actually went through, if it appears okay, etc.

  23. pavel.nesvadba
    Posted 13 April 2006 at 1:52 pm | Permalink

    Keyvan: Wow … thanks … I will try it …

  24. pavel.nesvadba
    Posted 13 April 2006 at 8:09 pm | Permalink

    So … I tried new version with “default page” function … it works superbly but there is once more setting which I would like to set on my blog and I think there is no options for it.

    I have “last Default page” and “ASC Comment ordering” … and I want that the last comment-page contain the maximum number of comments anyhow works Fill last comment-page in descending (DESC) mode. There is some alternative for this setup ?

  25. Posted 15 April 2006 at 9:16 am | Permalink

    Pavel, good point. I’ll try and add this to the next version.

  26. Snoogly
    Posted 16 April 2006 at 8:16 am | Permalink

    How can I make the ‘leave a reply’ block appear on it’s own page – and then have a link to the paged comments themselves?

    I am trying to make a very compact site.

  27. pete watch
    Posted 22 April 2006 at 10:32 pm | Permalink

    Great Plugin! Really nice work, thank you for this one!:)

  28. Posted 5 May 2006 at 4:39 am | Permalink

    Hi Keyvan,
    Thank you very much for your plugin. I think this plugin is a must for blogs with many comments. Honestly, I would suggest to WordPress to distribute the blog code with your plugin already imbedded, very useful.
    Some of my posts get over 130 comments and the page size becomes huge, over 130KB. With your pluging it’s only 23KB and I’m getting 13 pages of content instead just 1.:)
    Here are my problems:
    1. For some reason when I enable the plugin the comment form gets screwed up. The fields are not aligned and the name of the field is displayed under it. Tested in IE, Firefox, Opera, the same problem. When I disable the plugin everything is fine. I’m not sure is it the theme problem or not. Can you help? You can see the form on the bottom of the page.
    2. My second question might be a little bit dummy. I tried to read through all comments on your site, but didn’t find the answer. Sorry if I overlooked it. When I browse through the paged comments I notice that the URL of the page is not browser friendly and looks like: http://www.laptoprepairguy.com/?p=14&cp=12#comments
    How can I make it more browser friendly, so the URL reflects the original name, something like: http://www.laptoprepairguy.com/laptop/2006/01/04/toshiba-laptop-overheating/comments/12/ Etc.

    Thank you in advance.
    CJ2600
    Sorry for broken English.

  29. Posted 5 May 2006 at 6:08 pm | Permalink

    Hi Keyvan,
    I set fancy URL to true, but still getting ?= at the end.
    Am I missing something? How can I set the plugin so it has a custom name it the URL?
    Plz
    Thank you.

  30. Posted 5 May 2006 at 7:49 pm | Permalink

    Hey Keyvan,
    Please disregard my last comment.
    Sorry for being so stupid.
    I’m trying to set this option to true in paged-comments.php
    through the WordPress plugin edit interface. “$paged_comments->fancy_url = true”
    But actually I have to set it in paged-comments-config.php
    2 different files!!! :)
    Thanks a lot. Feel bad for bothering you.

    But my comment form is still broken, not alligned properly.

  31. Posted 12 May 2006 at 8:46 am | Permalink

    Hi CJ, Sorry for the late reply (I’ve been away). I had a look at the page you linked to and the comment form appears okay for me (both in Firefox and IE). Have you fixed the problem? If not please send me a screenshot so I can see what the problem is and I’ll try and fix it. Thanks for the nice comments – I’m glad you find the plugin useful.

  32. Posted 12 May 2006 at 9:05 am | Permalink

    Keyvan,
    The problem is fixed. I’m not sure exactly what was wrong with the form, but after I put in the table everything is fine.
    The problem with a fancy URL is fixed too. Sorry, it was my mistake. I tried to configure paged-comments.php instead paged-comments-config.php. Thank you to Steve (http://www.automatorworld.com/). He is using your plugin too. I connected him and he was very kind to help me.
    I love this plugin! I do not have to worry that it takes a long time to load my page.

    One more question about SEO. Is this pluging Google friendly? For example, I have over 150 comments and I set plugin to display 10 comments per page. Will Google see and index 15 different pages? Can my website get penalized by Google because all 15 pages share the same content?

    Thank you.

  33. Posted 13 May 2006 at 9:43 pm | Permalink

    CJ, I’m glad you managed to fix the other problems.

    Regarding SEO, I’m not much of an expert in the area so I can’t say if Google or any other search engine will penalise – very unlikely I would think. However, if it does bother you (or you’d simply prefer not to have the content loaded again and again while you’re navigating through comment pages) you can make minor changes to your template file to prevent the content from being displayed when a comment page has been requested. See the FAQ entry if you’d like to implement this.

    Hope that helps.

  34. Posted 21 May 2006 at 3:33 pm | Permalink

    Hi,

    Great plugin, thank you.

    I have the same problem as Dayna who posted in #83. I read each subsequent post carefully and you seem to have solved her problem. However, I don’t understand exactly what you/she did. Sorry.

    I have a modified (cut and paste!) comments-paged file that can be viewed here:
    http://www.planetphillip.com/comments-paged.phps

    If you have some time I would be most grateful if you could have a quick look. I fully understand if you can’t. I don’t expect personal support.

    A good example of the problem can be seen here:
    http://www.planetphillip.com/posts/wivenhoe-the-fall-of-ravenholm-single-player-half-life-2-mod/

    TIA
    Phillip

  35. Posted 22 May 2006 at 12:05 am | Permalink

    Thanks Phillip. If you’re using the latest version of the plugin, you’ll find two options in the config file: all_posts and all_pages. Try setting all_posts to false and all_pages to true. That should be it. If it’s still not working after this change, please post again. (By default all_posts and all_pages are both enabled.)

  36. Posted 22 May 2006 at 3:58 am | Permalink

    good plugin, thanks

  37. Posted 22 May 2006 at 8:12 pm | Permalink

    Keyvan,

    Unfortunately your suggestion hasn’t worked. I’ve tried all combinations of true and false for those two options.

    TIA
    Phillip

  38. Posted 25 May 2006 at 4:56 pm | Permalink

    Phillip, I’ll have to test those two options again. The other solution was: “If your theme has a separate template file for pages (the default theme has single.php and page.php) you can edit single.php and remove the call to paged_comments_template() (to return it to the state it was in prior to step 5). This will remove paging from all posts and will bypass the Paged Comments plugin completely.”

    Some themes provide separate template files for pages and posts. If yours does you can prevent comment paging on posts by editing the appropriate template (usually single.php) and removing the call to paged_comments_template() – it should only contain a call to comments_template().

    Of course I’ll have a look to see why the options aren’t working. Will post back when I’ve had a chance to test.

  39. Shawna
    Posted 28 May 2006 at 8:52 am | Permalink

    Hola :)

    I have a ?

    How to I edit this so that the comments start showing from the first page rather than the last page?

    Thank you :)

  40. Posted 29 May 2006 at 1:39 am | Permalink

    Shawna, you can edit the config file (paged-comments-config.php) and either set ordering to ascending (‘ASC’) or keep it as descending but change default_page to ‘first’. Hope that helps. Please post back if you have no luck.

  41. Shawna
    Posted 29 May 2006 at 4:19 am | Permalink

    Greetings Keyva, thank you for answering my question so quickly :)

    On line 92 I changed DESC to ASC and on line 102 I changed auto to first, but with no luck.It still shows the last posts first.

    :)

  42. Shawna
    Posted 29 May 2006 at 4:28 am | Permalink

    Sorry Keyvan, I actually had my file named incorrectly and that is why the changes were not taking place.Your instructions below worked perfectly and I thank you :D

  43. Posted 29 May 2006 at 4:35 am | Permalink

    Thanks for reporting back Shawna. :) I was actually just about to post asking if you’d renamed the file (I think this step is very easy to overlook). Glad it’s finally working for you. Let me know if you come across any other problems.

  44. Shawna
    Posted 29 May 2006 at 5:59 am | Permalink

    Silly me, I had .php at the end of the file twice *embarassed*

  45. Posted 29 May 2006 at 2:35 pm | Permalink

    Hallo Keyvan,
    i have write a guestbook plugin for wordpress. Many people search for a function for paged comment in this guestbook. I have use your plugin and write a new guestbook with your nice plugin.
    I hope you enjoy this and thank you very much for you open code.
    WP-Guestbook
    With best regards Frank.

  46. Posted 3 June 2006 at 9:16 pm | Permalink

    Hi Keyvan —

    I’d like to use your plugin on my site but I’m finding that it conflicts with Permalink Redirect. I looked through the comments for your plugin and was surprised that no one else had encountered this. Any suggestions?

  47. Posted 3 June 2006 at 11:16 pm | Permalink

    Hi Nathan, I’ve just downloaded the plugin (v0.5.2) and enabled it on my WP2 testbed (using the current paged comments release – 2006-04-07) and it appears to work okay. What problems are you having running the two together?

  48. Posted 5 June 2006 at 4:11 am | Permalink

    Hey there – great plugin. I just installed it after upgrading to 2.0.3, I get this error on comments:

    Fatal error: Call to a member function on a non-object

    That’s on the lines that read:

    <?php if ($paged_comments->pager->num_pages() > 1): ?>

    …for displaying the pages I believe…

    The comments still go through, however. My commenting uses Ajax so it just shows the error right there where the comment should go, but refreshing the page shows the comment instead.

    I appreciate anything you can tell me to point me in the right direction. Thanks so much! :)

  49. Posted 6 June 2006 at 3:24 am | Permalink

    hi, I’m using your plugin in my blog. It’s been working great in posts, but now I tried to applied it to a Page http://www.cinencuentro.com/soundtrack/
    but it seems like nothing happens. I added paged_comments = on
    and then comments_per_page = 15
    but still no change in the comments.
    any ideas what might be happening?

  50. Posted 6 June 2006 at 3:35 am | Permalink

    Valerie: Let me know which Ajax plugin you’re using and I’ll try it and see if there’s a conflict. Thanks.

    Laslo: I take it you’re using custom fields to enable paging for this particular page. That shouldn’t be a problem, but can you try setting all_pages to true and also check to see if your theme has a separate template file for pages. Some themes have single.php and page.php, it could be that you haven’t applied step 5 to the page template so it’s still using the default (non-paged) comments template.

280 Trackbacks

  1. [...] Yeni eklediğim temalardan sonra bir de bir eklenti türkçeleştireyimde tam olsun mantığıyla aramalarım sonucu herkesin tam anlamıyla işini görecek WordPress Paged Comments Plugin eklentisiyle karşılaştım.Bu eklenti sayesinde yorumlar nedeniyle uzayıp giden yazılarımızda yorumları sayfalandırabiliyorsunuz.Çat pat ingilizce bildiğim için eksikliklerim olabilir gerekli eksiklikleri üstadlarımız giderirse sevinirim. Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  2. [...] 如果你的blog有大量的留言,多到把页面拖到很长,你是否想将留言像文章那样分页显示呢? 试试这款插件吧:Paged Comments。 [...]

  3. [...] Buscando solución encontré con WordPress Paged Comments Plugin, un plugin para WordPress con el cual es posible paginar los comentarios de las entradas, de esta manera se crean páginas dinámicas limitadas a tantos comentarios (yo lo he dejado a 20) y arriba aparece un menú de navegación, lo cual es muy cómodo. [...]

  4. [...] 0.9 Update: Added paged comments functionality. Requires the Paged Comments plugin. [...]

  5. [...] Via : WordPress Source and Download : http://www.keyvan.net/code/paged-comments/ Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  6. [...] Source and Download : http://www.keyvan.net/code/paged-comments/ Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  7. By Wpdestek | Wordpress Destek Sitesi on 22 June 2007 at 10:35 am

    [...] Yorum Sayfalama Eklentisi (Paged Comments) Sırrı tarafından Türkçe’ye çevirilen ve sayfamızda uzayıp giden yorumları sayfalayarak, sayfamızın daha kısa olmasını sağlar ve yorumları okumayı kolaylaştırır. Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  8. [...] Sırrı Özden tarafından Türkçe’ye çevirilen ve sayfamızda uzayıp giden yorumları sayfalayarak, sayfamızın daha kısa olmasını sağlar ve yorumları okumayı kolaylaştırır. Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  9. By wordpress22 » Blog Archive » Hello world! on 22 June 2007 at 7:21 pm

    [...] GeneralStats OK   Paged Comments 啟用,還不知道效果如何? [...]

  10. By 關於paged-comments | FIAB on 23 June 2007 at 3:05 am

    [...] 和Paged Comments外掛 [...]

  11. By 最終結局Paged Threaded Comments | FIAB on 23 June 2007 at 11:17 am

    [...] « 關於paged-comments 6 月23rd 最終結局Paged Threaded Comments 1 Views · No Comments 本來作使用的PagedComments外掛放棄 [...]

  12. By 北子布洛格 » 被找上门了 on 23 June 2007 at 10:10 pm

    [...] 现在的留言和评论用的是ajax-comment-reply,今天发现这个插件和paged-comment存在冲突,用了后者后,就会失去ajax效果,解决办法尚未想到。 [...]

  13. [...] Paged Comments [...]

  14. [...] There is built-in (but optional) support for my favourite plugins—Akismet, Custom Comments, Get Recent Comments, Gravatar and Paged Comments. [...]

  15. By Kinoute Cassini Blog » Twitter & Markdown on 24 June 2007 at 11:05 pm

    [...] J’ai trouvé AJAX Paged Comments mais l’auteur ne partage pas son code. Il y a bien Paged Comments mais il n’est pas AJAX-Style et impose donc un rechargement complet de la page, pas très esthétique tout ça. [...]

  16. [...] Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  17. [...] Paged Comments – What’s great with this plugin, you ask? This breaks down comments into a number of pages, which is perfect if you have, let’s say, a hundred comments in a particular post. By Keyvan Minoukadeh. [...]

  18. [...] 您可以对这篇文章 发表一条评论(目前没有),或者在您自己的网站中引用(trackback)它。 [...]

  19. [...] L’altro giorno ho fatto una piccola modifica al mio blog in modo da renderlo più efficiente: ho installato un plugin che dividesse in pagine i commenti e ho modificato il foglio di stile in modo da evidenziare con un solo colpo d’occhio il commento dell’autore del blog (ovvero me) da quelli di tutti gli altri. Questa esigenza è nata dal fatto che alcuni miei articoli hanno centinaia di commenti (come Xbox 360 vs PlayStation 3 con 555 commenti e 999 inviti Joost tutti per voi con 166) che inficiavano notevolmente le prestazioni del sito durante il caricamento della pagina. Inoltre, tra tutti questi articoli, era necessario effettuare un highlight dei commenti dell’autore, in modo da evidenziare, tra le centinaia di commenti, le mie risposte. Il primo passo è stato quello di installare la versione 2.6.2 del plugin per WordPress Paged Comments. Il suo funzionamento è veramente semplice, quello che forse è più complicato è la procedura per adattare il plugin al template del proprio sito. [...]

  20. [...] This plugin is a combination of Brian’s Threaded Comments and Keyvan’s Paged Comments Plugin, based on the work of Trustin Lee. [...]

  21. [...] Generates a guestbook for WordPress blogs. Once activated, click on Options > Guestbook Generator. Requires the Paged Comments plugin. [...]

  22. By Paged Comments Can Create Duplicate Content? on 12 July 2007 at 6:38 pm

    [...] I just came across a WordPress plugin called Paged Comments, which makes your popular entries which contain many comments look cleaner by putting them into different comment pages. The idea sounds pretty cool, as it will make your post look cleaner without endless list of comments, however, If you take a closer look at this plugin, you’ll realize that it creates lots of duplicate content. [...]

  23. By 煎蛋 » 煎蛋所用的模板和插件 on 16 July 2007 at 2:52 pm

    [...] Paged Comments ,让评论分页显示,比如煎蛋的留言页。 [...]

  24. [...] Paged Comments ,让评论分页显示,比如煎蛋的留言页。 [...]

  25. By 12 WordPress Plug-ins I can’t sleep without on 19 July 2007 at 5:21 pm

    [...] Paged Comments has saved of my pages with heavy discussion from crashing browsers [...]

  26. By Don’t use paged comments | The Blog School on 21 July 2007 at 5:07 pm

    [...] If you analyze the pages created by paged comments plugin (for exemple), You’ll see that almost all content in all pages generated are exactly the same. [...]

  27. [...] OK guys – you’ve been commenting too much. 2000 comments on CF and 500 on DMT were forcing server to work beyond it’s capabilities. Thanks to Keyvan Minoukadeh and his Paged Comments plugin we’re ok now. Phew.   [...]

  28. By Managing comments | Apple TV Hacks on 2 August 2007 at 9:09 pm

    [...] So, we resolved this by installing Keyvan Minoukadeh’s WordPress Paged Comments Plugin at keyvan.net. Now, only 10 comments are displayed at a time. You can even go to a specific page of comments. We like! [...]

  29. [...] 這次官方的版本已經出 WordPress Paged Comments Plugin 2.6.4 版。 [...]

  30. [...] Mi próxima meta será ver la factibilidad de poder usar Ajax para los comentarios, cosa de no tener que recargar la página. No se si será posible, dado que uso el plugin Math Comment Spam Protection que controla si un comentario se publica y me evita recibir SPAM y el plugin Paged Comments que pagina los comentarios y los reordena de manera descendente. [...]

  31. By PJBLOG转Wordpres全指南 - 漫步人生 on 8 August 2007 at 8:36 am

    [...] 我只列处了一些必备的功能,有这些功能就可以满足博客的顺利运行,也基本可以满足要求, 如果你想功能越来越强大,可以自己再去找找,不过我建议,先用上这些必须满足的功能,先吧转换过程完成,强化的工作可以到后面去做,一口吃不成胖子,插件 看多了也会让自己头晕,所以你可以先跳过后面斜体这一部分。 我再简单列几个吧: WP AJAX Edit Comments以AJAX形式允许用户在一定时间内修改评论,效果可以见我的评论系统,还是蛮好用的,各方评价都很高; WP-UserOnline显示在线用户情况,我还是喜欢这个功能的; Paged Comments对评论进行分页,如果你的留言很多的话,而且我在后面提到制作留言本的时候也会用到这个功能; FireStats流 量统计,它的功能真的很强大,对历史浏览进行统计,数据很全面,评论里的国旗小标签也就是它实现的,不过任何统计插件都要对数据库进行反复读写,如果你买 的服务器环境不是很好,那可以考虑使用。但是,这个插件统计网站的总访问量的时候,是根据数据库里的记录数来确定的,所以当你定期清理数据库的统计信息 时,总访问量也会改变,这点是我难以忍受的,这外国人的脑子怎么这样。所以我稍微改了下这功能,如果有人需要可以问我要,在这里我就不多说了。 Akismet是wp自带的饭垃圾评论的插件,因为我的博客域名刚换过,垃圾评论还不多,所以我还没启动,你要是要用可以去看看,它需要到wp申请个key什么的好像,应该不难用,其它也有很多反垃圾留言的方法,可以自己去了解下。 [...]

  32. By Floating Sun » Code updates on 14 August 2007 at 6:11 pm

    [...] There are some changes in the theme itself. I have modified Sandbox slightly to present the meta info about posts slightly differently. For posts with a lot of comments, the comments should now appear paged. I have a version of comments-paged.php for Sandbox (for use with the Paged Comments plugin) – if you need it, drop me a note. [...]

  33. By Sırrı ÖZDEN | Web Günlüğüm on 15 August 2007 at 2:38 pm

    [...] Yeni eklediğim temalardan sonra bir de bir eklenti türkçeleştireyimde tam olsun mantığıyla aramalarım sonucu herkesin tam anlamıyla işini görecek WordPress Paged Comments Plugin eklentisiyle karşılaştım.Bu eklenti sayesinde yorumlar nedeniyle uzayıp giden yazılarımızda yorumları sayfalandırabiliyorsunuz.Çat pat ingilizce bildiğim için eksikliklerim olabilir gerekli eksiklikleri üstadlarımız giderirse sevinirim. Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  34. [...] Sırrı Özden tarafından Türkçe’ye çevirilen bu eklenti sayfamızda uzayıp giden yorumları sayfalayarak, sayfamızın daha kısa olmasını sağlar ve yorumları okumayı kolaylaştırır. Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  35. [...] Paged Comments [...]

  36. By bilgiservisim » En iyi 100 wordpress eklentisi on 24 August 2007 at 12:46 pm

    [...] Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Link [...]

  37. [...] Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Link [...]

  38. [...] Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Link [...]

  39. [...] Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Link [...]

  40. [...] 3 Paged Comments [...]

  41. By I digress / Annoying comment box on 31 August 2007 at 4:13 pm

    [...] Update So, reinstalling the theme didn’t work. I figured it must’ve had something to do with any one of the stupid things I’ve been installing on here. I began deactivating plugins that I thought was conflicting with the plaintxtBlog theme. The offending plugin: Paged Comments. I don’t know why it’s messing up my blog, or the comments.php file, or whatever. I’m just glad that all it took to fix what was bothering me was disabling the plugin. I’m a happy girl now. [...]

  42. [...] Yeni eklediğim temalardan sonra bir de bir eklenti türkçeleştireyimde tam olsun mantığıyla aramalarım sonucu herkesin tam anlamıyla işini görecek WordPress Paged Comments Plugin eklentisiyle karşılaştım.Bu eklenti sayesinde yorumlar nedeniyle uzayıp giden yazılarımızda yorumları sayfalandırabiliyorsunuz.Çat pat ingilizce bildiğim için eksikliklerim olabilir gerekli eksiklikleri üstadlarımız giderirse sevinirim. Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  43. [...] Sırrı Özden tarafından Türkçe’ye çevirilen bu eklenti sayfamızda uzayıp giden yorumları sayfalayarak, sayfamızın daha kısa olmasını sağlar ve yorumları okumayı kolaylaştırır. Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  44. [...] Para habilitar la paginación de comentarios necesitaremos de algún plugin como Paged Comments. Pero precisamente por ser un plugin no representa una solución perfecta, ya que por ejemplo repite el texto de la entrada en las distintas páginas de comentarios y su integración con el tema es mejorable. [...]

  45. [...] What a jump huh? As you can imagine my site was running slow on Monday and occasionally would load DNS error messages. However, the WP-Cache plugin I installed brought the speed and loading of my site all back to normal. Another problem was that WordPress was trying to load all 700+ comments (and still growing) everytime someone tried to load that specific post. Luckily I found the paged comments plugin which helps by showing only a certain number of comments at a time and gives numbered pages for the rest. This saved a lot of loading time for readers and saved bandwidth use for me.   So fellow bloggers, if one of your posts gets dugg, stumbled-upon, etc. or you just suddenly get wild traffic one day – I highly recommend these plugins to help bring your site back to normal. Now I’m curious how this new traffic is going to affect my Alexa rank at the next update.  [...]

  46. By En iyi 100 wordpress eklentisi | Turkmecmua on 18 September 2007 at 11:50 pm

    [...] Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Link [...]

  47. By En iyi 100 wordpress eklentisi | Turkmecmua on 18 September 2007 at 11:50 pm

    [...] Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Link [...]

  48. By En iyi 100 wordpress eklentisi | Turkmecmua on 18 September 2007 at 11:50 pm

    [...] Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Link [...]

  49. [...] Eklenti Adı : WordPress Paged Comments Plugin İşlevi : Her 10 yorumda bir sayfalama yaparak sayfalarımızın uzayıp gitmesini engeller. Kaynak : WordPress Paged Comments Plugin [...]

  50. [...] Paged Comments — splits many comments into manageable pages. [...]