WordPress Paged Comments Plugin

This plugin is no longer being developed. WordPress has had paged comments support in the core since version 2.7. The comment paging you see here is using WordPress’s built-in code and not my plugin.

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?

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 6 June 2006 at 4:08 am | Permalink

    thanks Keyvan.
    I forgot to add the step 5 to my page.php =P

  2. Posted 7 June 2006 at 2:52 am | Permalink

    Hi – I really have no idea about the Ajax other than it’s what comes standard with the theme: K2 – http://getk2.com
    And, I dunno why I didn’t think of this before, but disabling the Ajax commenting (in the K2 control panel) does not give the error on commenting…
    Thanks!!

  3. Posted 7 June 2006 at 6:36 am | Permalink

    Keyvan —

    I also have Permalink Redirect 0.5.2 installed. The problem occurs when I try to click on a comment page other than the one displayed by default. That is, let’s say that the default comment page is 18 as it is on your paged-comments post. If I were to click on page 17 (or any other page), the permalink would briefly change to end in /comment-page-17/#comments and then get redirected back to the default page. I’m guessing the change I need to make is more on the Permalink Redirect plugin end by writing up a regular expression to skip redirecting those sub-pages. But I haven’t gotten that to work yet.

  4. Posted 7 June 2006 at 12:33 pm | Permalink

    I’m having wordpress mingus version. This plugin isn’t working with it. Pls help and tell me what should I do.

    No good to realize that wordpress isn’t backward compatible… You people always change the very architecture of the package making the latest plugins unusable on previous versions…

  5. Posted 7 June 2006 at 2:36 pm | Permalink

    Are you still working on this plugin?
    I get this error when I activate it :(
    I am running WordPress 1.5.1.2
    What am I doing wrong?
    Help me please!

  6. Posted 7 June 2006 at 4:24 pm | Permalink

    Laslo: No problem, glad it’s working.

    Valerie: The plugin package contains a template for K2 users, but I doubt it’s any use now – and if I remember correctly it didn’t provide ajax comment posting at the time. Glad it works without ajax, but I’ll take a closer look and try and get it to work with the ajax commenting enabled. Hopefully for the next version.

    Nathan: I’ll take a closer look. If you’re interested, here’s my WP2 testbed using both the paged comments plugin and the permalink redirect plugin. It’s not running on the latest WP2 version, so I’ll try and upgrade and check it again.

    Sonali: This plugin is for WordPress versions 1.5 and 2 (clearly stated at the top of this page). Mingus (version 1.2) is now fairly old and I don’t really have the time to add support for it. The very first version I built was running on 1.2 though, I’m not sure if I released that version or not, but if you’ve got time you could try downloading the version with the earliest date from redalt.com and give it a try.

    Xnxx: I am still working on this plugin. Please let me know what error message you get when you activate it and I’ll see if I can help.

  7. Posted 7 June 2006 at 7:53 pm | Permalink

    Thanks :-)

  8. Posted 17 June 2006 at 3:25 pm | Permalink

    Hi

    Thanks for a great plugin. i have one problem and one additional question
    -My permalink structure is http://www.connectedinternet.co.uk/2005/10/18/570. i’ve changed the fancy_url key to true but when I click on any comment pages it displays the correct url e.g. http://www.connectedinternet.co.uk/2005/10/18/570/comment-page-2/#comments but it jumps back up to the top of the post rather than showing the start of the 2nd page of comments. How do i fix?

    thanks for any help.

    Everton

  9. Posted 18 June 2006 at 6:31 am | Permalink

    The problem I’m experiencing is the same as Nathan in 179 – I’ve tried turning Permalink Redirect both on and off but no joy.

  10. Posted 20 June 2006 at 2:23 am | Permalink

    Everton: I’m still not sure you’re experiencing the same problem as Nathan – conflict with my plugin and the Permalink Redirect plugin. I think the problem you’re having is not that the requested comments are not loading, but that rather than the browser jumping straight to the comments it’s displaying the page from the top. To fix that you’ll need to edit your template and change <h3 class=”reply”> to include an id attribute with the value “comments”: <h3 class=”reply” id=”comments”> – if you look at the source of this page you’ll see what I mean.

    Nathan: I’ve upgraded my version of WP to 2.0.3 and I’m still not experiencing a conflict. In fact, looking at it closer I think it’s because Paged Comments strips the URL segment identifying the comment page from $_SERVER['REQUEST_URI'] before the redirect plugin looks at it. Also, if a comment page is requested, your page slug will always end in a slash anyway, to separate it from the comment page segment (e.g. /2006/page-slug/comment-page-10) so, again, I can’t quite see why there should be a conflict between these two. Please give me any more information and I’ll be happy to look into it further. You can see both plugins working by trying these links: /2006/01/test <– no trailing slash so the redirect plugin kicks in.
    /2006/01/test/comment-page-5/#comments <– comment page 5 requested and correctly loads.

    If anyone else is experiencing a conflict, please post and I’ll investigate further. Also, if for some reason the redirect plugin is seeing the request URI before paged comments plugin has acted to remove the comment segment, you can try adding this skip pattern to the redirect plugin’s skip rules: ^(.+/)comment-page-([0-9]+)/?$

  11. Posted 20 June 2006 at 10:29 am | Permalink

    Thanks – sorted! Thanks for looking into this.

    EB

  12. Eddie
    Posted 27 June 2006 at 3:27 pm | Permalink

    Great plugin!

    Is there a “comments-paged.php” for theme Blix?

  13. Posted 2 July 2006 at 12:47 am | Permalink

    Eddie, there isn’t, but you should find the template for the default theme works okay for most themes. Don’t be put off if you can’t see your theme listed. I’m usually happy to create a paged comments template for a theme if the theme’s comments template deviates from the WP default. I don’t have much time right now, but you can attempt it yourself if you like – it’s not very difficult to do.

  14. Mark Fleming
    Posted 2 July 2006 at 11:35 pm | Permalink

    I’m wondering if anyone here can help me out with a problem Im having getting Paged Comments to show up on a page made static as the Front page with Static Front Page Plugin. You can see the discussion at WP in the tail end of this topic:

    http://wordpress.org/support/topic/33005/page/2?replies=54#post-404194

  15. Posted 16 July 2006 at 1:15 pm | Permalink

    Worked like a charm !! Thanks

  16. _ck_
    Posted 24 July 2006 at 7:58 pm | Permalink

    Trying it on a fairly fresh WP 2.0.3 install though i do have a bunch of plugins. No ajax or anything fancy. But no luck in getting it to work.

    I only get

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

    How and where would I start diagnosing this?

    many thanks!

  17. Posted 25 July 2006 at 1:37 pm | Permalink

    The necessary plugin (:
    It is established easily and perfectly works.
    Thank u so much!

  18. Posted 3 August 2006 at 6:55 pm | Permalink

    Keyvan —

    I just took another look at the conflict I was having with your plugin and Permalink Redirect and I solved the issue. My permalink structure was set-up so that articles should NOT have a trailing slash, which works fine if I’m only using Permalink Redirect OR Paged Comments, but which fails miserably if I try to use both. I personally prefer not having trailing slashes on articles — only directories — but that’s not possible if I want to use both of these plugins right now. Is this an issue on your end or with Permalink Redirect?

  19. _ck_
    Posted 6 August 2006 at 6:57 am | Permalink

    I got it working, it was my fault as to try to not use a seperate comments-paged.php template and to try to integrate it into the regular template.

    Any suggestions from anyone on how I can hack wp-comments-post.php to make it return the the last page on the newest comment so they can see their post? Does comments-post support redirect_to by any chance?

    I don’t want to do newest comments on top – it’s confusing for some newbies.

  20. _ck_
    Posted 7 August 2006 at 1:08 pm | Permalink

    Any ideas as to why it breaks any added queries on my WP 2.0 setup when they work fine on yours?

    ie.
    http://www.keyvan.net/code/paged-comments/comment-page-20/?testflag=true

    will load the page properly on your setup but if I try to do that on mine I get a 404 ?
    If you are running WP 2.x do you have a special rewrite rule setup?

  21. Posted 8 August 2006 at 11:03 pm | Permalink

    Thanks for this plugin – works pretty well after some hacking. I just have one problem. For pages, it seems to be ignoring my pernament link structure and always makes the ugly links like: “http://blabla?page_id=54&cp=4#comments”. I can undestand that it needs some more params but I’d like the links to look like the usual uses, just params added. So, it should look like: “http://blabla/the/pernament/link/as/usual/?page_id=54&cp=4#comments”
    Is it easily achievable?

  22. Posted 17 August 2006 at 2:25 pm | Permalink

    Using K2, uploaded the corresponding file but still get this error:

    Fatal error: Cannot redeclare k2_comment_type_detection() (previously declared in /home/newsmct4/public_html/imapia/wp-content/themes/k2/comments-paged.php:15) in /home/newsmct4/public_html/imapia/wp-content/themes/k2/comments-paged.php on line 2

  23. Posted 17 August 2006 at 2:58 pm | Permalink

    woops sorry here is the url:
    http://newsmediarelease.com/imapia/?p=3

  24. Posted 13 September 2006 at 7:22 pm | Permalink

    Installed this today as i’ve been looking for a simular plugin for a very very long time, but hasd to remove it after 10 minutes as it didn’t function as I would have liked it to.

    Unfortunatly the lack of a ‘send user to the default last page (depending on the config setup)’ feature is missing for the ASC order. Alot of people I presume look for 1,2,3,4 and want commenters sent to page 4 when they have commented.

    Personally i’m baffled as to why it isn’t a part of the plugin – i’d love to see it implemented in the future.

  25. Simulacrum
    Posted 18 September 2006 at 3:26 pm | Permalink

    I am using WordPress 2.0.4 and Pastel Paradise (http://www.wordpressdiva.com/themes/32/pastel-paradise.html) theme. And I have trouble with “paged comments” compatable with theme used me…

    I’m sorry that Paged comment is not independed from theme design…

  26. Posted 18 September 2006 at 11:15 pm | Permalink

    Sorry I’m late replying to everyone. I will get through the comments soon. Very quickly…

    CK: Thanks for posting about the plugin. Will hopefully see what I can do for the next release. Thanks also for the fix. I use WP 1.5 on this site which deals with URLs through .htaccess rewrite rules. I’ll include a fix in the next version once I’ve tested for the bug on WP2. Thanks again.

    Jay: I’ll be looking to see if I can come up with a solution for this problem. Most of my code deals with the comment template and the way comments are pulled in and displayed. I haven’t even looked at the code that deals with new comment posts. CK has blogged about it and included some code. I haven’t had a chance to look into it very much but I’ll be looking at CK’s solution and seeing if there’s anything I can add for the next release.

    Simulacrum: Most of the time using the paged comments template I provide for the default theme will work fine. If you’ve tried that and it doesn’t work, then it’ll require more work to create a custom paged comments template for the theme. I’m hoping to make it easier in the next release, if not, there’ll be a guide on how to create a custom paged comments template for a theme.

    I’ll get back to the other comments soon.

  27. Simulacrum
    Posted 19 September 2006 at 2:34 am | Permalink

    The template from defautl theme dont work propertly. I see two comments variants on one page :( . My theme comments full list and paged-comments generatad paged list.

  28. Posted 2 October 2006 at 2:45 pm | Permalink

    I don’t know how to modify the comments-page for my new theme. Something wrong with the Gravatar.

    http://hds.twbbs.org/~uno/index.php/guestbook/

  29. Posted 7 October 2006 at 7:23 pm | Permalink

    will the plugin create duplicated pages for search engines?

  30. Posted 2 November 2006 at 11:00 pm | Permalink

    Has anyone gotten this to work with the latest release of K2? I’ve been hacking around but with no luck. I would dearly love an update.

  31. Posted 3 November 2006 at 5:31 am | Permalink

    Will try and reply to some comments soon. I am working on the new version. You can download the latest version from the trunk. I’ve had a few people ask about K2 so I’ve included an updated template for the K2 theme. I’m running it on my WP2 testbed if anyone wants to see how it looks on K2. (I don’t use K2 myself and haven’t played around with it very much, so it might not look/work the way you want, but feel free to tweak the comments-paged.php template to get it to work how you’d like.)

    The only update to the plugin itself so far is a function that runs when the template_redirect action is called. It reads in the appropriate template, looks for the comments_template() call, replaces it with paged_comments_template() before evaluating it. Essentially cutting out step 5. (I’m trying to make it easier to install, so any feedback would be great.)

  32. Posted 4 November 2006 at 1:26 am | Permalink

    The “trunk” link does not work

  33. Posted 4 November 2006 at 6:10 am | Permalink

    When is the ajax version releasing?
    Any dates. i’d like to wait for the ajax version.

    Thanks for any update.

  34. Posted 8 November 2006 at 2:31 am | Permalink

    New release is now available. I’ve removed an installation step as it should now be taken care of. If you have problems with this release, please let me know. View changes.

    Gray Charles: There appears to be a problem with wp-plugins.org. I’ve just uploaded a new release which includes an updated template for the K2 theme.

    Raj: Sorry, still no date. I know there is a lot of interest in the Ajax version, but I haven’t had enough time to work on it.

  35. Halil
    Posted 13 November 2006 at 3:11 pm | Permalink

    Good work, thanks for the update but as Raj already said Im also expecting the Ajax version with this new release.

    I’ll keep waiting….

  36. Posted 15 November 2006 at 6:09 am | Permalink

    Thank you ! Very good plugin. It’s easy to use

  37. Posted 17 November 2006 at 7:10 pm | Permalink

    Nice plugin, thank you a lot.

    I have the same problem of pavel.nesvadba (view comment 145)… notthing new about it?

    Bye!

  38. Posted 25 November 2006 at 8:45 pm | Permalink

    Hi, I don’t know what’s wrong.
    I have diferents header for single pages and index. I get this error above the whole blog.

    http://www.blog.solonatacion.com/2006/09/20-question-tuesday/

    What I see is …..

    Warning: include(header_single.php) [function.include]: failed to open stream: No such file or directory in /home/.ergo/pandeblog/blog.solonatacion.com/wp-content/plugins/paged-comments.php(79) : eval()’d code on line 1

    Warning: include() [function.include]: Failed opening ‘header_single.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/.ergo/pandeblog/blog.solonatacion.com/wp-content/plugins/paged-comments.php(79) : eval()’d code on line 1

    Thanks…

  39. Posted 26 November 2006 at 9:34 pm | Permalink

    Dom2: Thanks!

    Camps: Thanks for bringing that issue up again, should be fixed in the next release.

    Pande: Could you try opening your single.php template file in the theme you’re using and replacing the call to comments_template() with
    if (function_exists('paged_comments_template')) paged_comments_template(); else comments_template();

    Let me know if that fixes it.

  40. Posted 26 November 2006 at 10:10 pm | Permalink

    I did the change you said, but unfortunately I get the same error.

    I know is the theme, but this is a test site, I want to use your plugin in my main site (www.pandeblog.net) that really have posts with hundreds of comments.

    Thanks

  41. Posted 27 November 2006 at 12:39 am | Permalink

    This is beautiful! Just what I was looking for.

    It’s now successfully employed at http://www.reclaimtheswastika.com/your-say/ where we are using WordPress simply to allow a single page for readers to leave a comment. I had got tired of seeing so many comments on one page…

    A suggestion for the documentation: it would be useful if you gave the specific lines of code that could be added or changed in the theme template. The site has a custom theme and a couple of other comments-based plugins installed, so I needed to make line-by-line comparisons between the existing template code and the code in your new comments template.

    Well done and thanks.

  42. Posted 30 November 2006 at 9:56 am | Permalink

    As you can see in my pingback, I fixed it .
    Thanks Keyvan!

  43. Posted 7 December 2006 at 3:31 am | Permalink

    Camps: New release fixes the fill_last_page issue when ordering is set to ASC. See revised code in action.

    Pande: Glad to hear it! :)

    Premasagar: Thanks! Will see what I can do about a guide for customising templates to work with the plugin.

  44. Posted 8 December 2006 at 3:18 pm | Permalink

    Excellant plugin! I have a post that has over 500 comments and is such a pain on my server when it loads.

  45. Posted 9 December 2006 at 9:56 pm | Permalink

    Hi
    I’m traveling and have every day a few posts.
    I would like to have all comments of these posts on one page, and not only assotiated to the posts. Can paged coments do that?
    best Rod

  46. Papercuts3
    Posted 10 December 2006 at 6:21 pm | Permalink

    Is it possible to integrate this into a theme rather than a plugin. I mean as part of a theme package entirely, for instance for K2?

  47. Posted 11 December 2006 at 2:02 am | Permalink

    der: Thanks!

    rod: Paged Comments can’t do what you want—it only acts on comments associated with individual posts/pages.

    Papercuts3: It should be possible. It’s not something I’ve looked at, but I can’t see why you couldn’t include it as part of a theme.

  48. Posted 12 December 2006 at 10:42 pm | Permalink

    I have a bug…

    I finally got it working.. but each pages starts the numbering again.. 1.. 2.. 3.. 4.. instead of keeping the numbering consistent… like you have 223.. 224… 225… etc.

    What may be the problem?

    Thanks!

  49. Posted 12 December 2006 at 11:48 pm | Permalink

    Edit: Here are my settings:

    all_posts = true
    all_pages = false
    per_page = 20
    ordering = ASC
    page_range = 11
    fancy_url = false
    show_all_option = true
    fill_last_page = false
    show_all_ordering = ASC
    default_page = last

    I’m stumped!!

  50. Posted 13 December 2006 at 12:23 am | Permalink

    Hello everyone,

    Just a heads-up to everyone that we got this up and running smoothly on http://www.lauragainey.org – a memorial site for Laura Gainey, daughter of Montreal Canadiens Bob Gainey.

    The site is running WP 2.05, K2 0.9.1 and we succeeded in installing Paged Comments 2.5 as well as the theme for K2. It took about 10 minutes (and 20 minutes of carefully reading the instructions and previous comments here) to fully deploy. It’s looking good.

    Many thanks to Keyvan for this plugin. The Laura Gainey site is a non-profit tribute site, but if we get it on to other sites we host or manage, we’ll be sure to send a few bucks your way for your efforts.

    Great work.

    Rob
    RTM Communications – http://www.rtm.net

281 Trackbacks

  1. [...] 说明:本插件非本站原创开发,所有权归原作者,仅做分享用。             出处及英文页面:http://www.keyvan.net/code/paged-comments/ [...]

  2. By My favorite WordPress Resources | sebthom.de on 30 September 2007 at 10:10 am

    [...] Paged Comments – Breaks down comments into a number of pages. [...]

  3. [...] Upgrading WordPress By Tim This blog is now running on WordPress 2.3. The differences from 2.2 are minor from the user’s perspective, which strikes me as a sign of maturity: it was already very good. Unfortunately the team did not address my number one wish, which is paged comments – but I realise I am in a minority as the feature has only 8 votes at the time of writing. There is a plug-in, but it does not work well with the theme I use. I am not complaining though; WordPress is fantastic and I am a loyal user. I have started using it for longer articles as well as blog posts; it is effective as a simple content management system for this site. [...]

  4. [...] Paged Comments 플러그인의 네비게이션이 너무 맘에 안들어서, Paged Comments 플러그인에 Digg Style Pagination Class를 꾸겨넣었다. 이제 답글들도 Digg Style Pagination이 된다. [...]

  5. [...] WP官方下载页面 | 插件作者下载页面 [...]

  6. By wordpress plugins | on 14 October 2007 at 9:32 am

    [...] Number 2. Paged Comments – Have popular posts? Have lots of comments? Have stupidly long pages because of this? This plugin is for you, it allows you to have comment pagination to show less on a page at once. [...]

  7. By 我使用的WordPress插件 at Xu Yiyang on 15 October 2007 at 5:24 am

    [...] Paged Comments: 实用的评论分页插件。 [...]

  8. [...] Paged Comments http://www.keyvan.net/code/paged-comments/ Insere paginação aos seus comentários [...]

  9. By Kapasite » Site arşivi » more on 23 October 2007 at 7:51 am

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

  10. [...] 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 [...]

  11. [...] 「WordPress Paged Comments Plugin」外掛是專屬於WordPress架站系統所使用的,功能就是將留言自動分頁,只要上傳後啟用該外掛即可,相當簡單。 軟體版本:2.6.2 (2007-05-04) 官方網站:http://www.keyvan.net/code/paged-comments/ 軟體下載:按這裡 注意事項:需WordPress 1.5 或 2.x以上版本。 [...]

  12. By Actualizado a Wordpress 2.3.1 : EREBE on 3 November 2007 at 8:31 pm

    [...] -Paged Comments, que agrupa los comentarios en páginas. Util para los posts con muchos comentarios, como éste. [...]

  13. By 有用的WordPress插件 - Palmback»菜园地 on 9 November 2007 at 8:52 am

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

  14. By WordPress 2.3插件推荐 | Ge Xiaofei on 10 November 2007 at 9:08 am

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

  15. [...] Paged Comments [...]

  16. By Finally, the comments are paged… on 13 November 2007 at 5:02 pm

    [...] It’s been quite a while since I updated MangoOrange and I decided to do some internal upgrades on the WordPress as well as the plugins. In the midst of it, I found an awesome plugin, the one that I’ve been looking for, WordPress Paged Comments. [...]

  17. By Ultra Useful Wordpress Themes on 14 November 2007 at 5:33 pm

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

  18. [...] Paged Comments It’s a good way to keep your comments tidy when you have a tremendous long list of comments. Check it out at the i3Theme and click Show All at the comment section. You will know what I mean. [...]

  19. [...] Paged Comments v1.6.4 : 댓글이 수 십개 이상 달리게 되면 화면을 온통 댓글이 차지해 버리고 가장 최근에 달린 댓글이 저 아래로 밀려 내려가게 된다. 이 플러그인은 일정 수를 넘어가는 댓글과 트랙백들을 여러 페이지로 나누어 주는데, 사실 그 기능이 꼭 필요해서 쓴다기보다는 요 밑에 방명록 플러그인을 쓸 때 이 기능이 필요하기 때문에 쓰고 있다. [...]

  20. [...] A recent upgrade of a project to WordPress 2.3.1 brought about a few other new upgrades. It’s one of those things where you figure, “while we’re in here we might as well fix up a few things.” So among the upgrades being made was the addition of the Paged Comments plugin on the blog. A small bit of styling and we were good to go with paging. No real issues to speak of until we tested the recent comments we were pulling into the sidebar on the site. [...]

  21. By 230 Wordpress eklentisi — Wordpress Türkiye on 9 December 2007 at 4:49 am

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

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

  23. By 50 Best Wordpress Plugins for Power Blogging on 10 December 2007 at 5:27 pm

    [...] WordPress Paged Comments – allows comment paging. Useful for those very popular blog entries receiving many comments. [...]

  24. [...] WordPress Paged Comments – allows comment paging. Useful for those very popular blog entries receiving many comments. [...]

  25. By Mad, mad propz to DownTownHost on 11 December 2007 at 7:35 pm

    [...] Paged Comments.  When a post has lots of comments, every comment has to be queried from the database every time the page is loaded, regardless of whether the visitor comments. Breaking the comments down into several pages not only reduces this load, I think it’s nicer for the visitor. [...]

  26. [...] WordPress Paged Comments – allows comment paging. Useful for those very popular blog entries receiving many comments. [...]

  27. [...] A mi me paso con el post de Windows XP, entre otros, y ahora le esta pasando a mi gran amigo Intruso con el post de Digital + se pasa a Nagra 3, es por eso que recomiendo el plugin de Keyvan Minoukadeh para paginar los comentarios, a mi me ha ido muy bien. [...]

  28. [...]       在我做 wp paged comments 之前, 有一个叫 paged comments 的插件, 这个插件说也是不需要修改模板的, 因为他自带了模板, 不过你也知道, 自带主题模板肯定是不全的, 所以对于部分用户来说, 还是很不爽的, 比如我用的主题他就没有, 我就必须自己修改我的主题模板才可以实现我自己的样式, 为此我最终就做了这么一个 wp paged comments 的插件。 [...]

  29. [...] If you have lot of comments in single post, try Paged Comments. Paged Comments enables comment paging. Useful for those popular blog entries receiving many comments, or a simple guestbook page within WordPress. Posted by pin Filed in WordPress [...]

  30. By Leonaut.com on 18 December 2007 at 10:50 am

    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.

  31. [...] WordPress Paged Comments – allows comment paging. Useful for those very popular blog entries receiving many comments. [...]

  32. By » I 50 migliori plug-in per Wordpress Geekissimo on 19 December 2007 at 12:01 pm

    [...] WordPress Paged Comments – suddivide i commenti in pagine. [...]

  33. [...] WordPress Paged Comments – suddivide i commenti in pagine. [...]

  34. By Acheter levitra sans ordonnance on 20 December 2007 at 12:11 am

    Acheter levitra sans ordonnance

    27c6899db6:48 Pharmacie en ligne http://fr.generics-first-hand.com/

  35. [...] WordPress Paged Comments Plugin [...]

  36. [...] WordPress Paged Comments – Fügt den Kommentaren zu sehr beliebten Beiträgen eine Seitennavigation hinzu [...]

  37. [...] A mi me paso con el post de Windows XP, entre otros, y ahora le esta pasando a mi gran amigo Intruso con el post de Digital + se pasa a Nagra 3, es por eso que recomiendo el plugin de Keyvan Minoukadeh para paginar los comentarios, a mi me ha ido muy bien. [...]

  38. By Best WordPress Plugins and Widgets | scrapur.com on 25 December 2007 at 2:53 pm

    [...] WordPress Paged Comments – allows comment paging. Useful for those very popular blog entries receiving many comments. [...]

  39. By WordPress 2.3插件推荐 on 27 December 2007 at 9:31 am

    [...] Paged Commentswordpress评论分页插件。如果博客评论很多的话,使用这个插件可以控制每页显示的评论数目,避免页面拉得太长。 [...]

  40. By WordPress 2.3插件推荐 | 笨猪猪BLOG on 27 December 2007 at 1:22 pm

    [...] Paged Commentswordpress评论分页插件。如果博客评论很多的话,使用这个插件可以控制每页显示的评论数目,避免页面拉得太长。 [...]

  41. [...] Paged Comments [...]

  42. [...] WordPress Paged Comment Plugin เป็นโปรแกรมที่ช่วยแบ่งหน้าของ Comment ใน post ของคุณออกเป็นหน้าย่อยๆ เพื่อไม่ให้ใช้เวลาโหลดที่มากเกินไป โดยเฉพาะที่มี Comment กันเป็นร้อยๆ พันๆ Comment [...]

  43. [...] Paged Commentswordpress评论分页插件。如果博客评论很多的话,使用这个插件可以控制每页显示的评论数目,避免页面拉得太长。 [...]

  44. [...] 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. [...]

  45. [...] I looked for weeks and finally figured out how to make the Paged Comments WordPress plugin play nice with our Guestbook Generator on Jerry’s Site. [...]

  46. [...] Paged Commentswordpress评论分页插件。如果博客评论很多的话,使用这个插件可以控制每页显示的评论数目,避免页面拉得太长。 [...]

  47. [...] WordPress eklentileri içinde arayıp bulamadığınız veya ne işe yaradığını bilmediğiniz eklentiler ve bilinen eklentiler. Elimden geldiğince hepsini bir arada tutarak görevlerini ve kaynaklarını listeliyorum… Adhesive : Yazdığınız bir yazının sabit olarak ilk sırada kalmasını sağlar Admin Panel Comment Reply Plugin : Yorumlara cevap yazmanızı sağlar Ajax Comments : Yazılan yorumlar ajax desteğiyle kısa sürede eklenir Angsuman’s Multi-Page Plugin : Yazılarınızı sayfalamanızı sağlar Audio Player : Yazılarınıza ses (müzik konuşma vs.) eklemenizi sağlar *Brian’s Latest Comments : Son yorumların listelenmesini sağlar Democracy : Sitenize anket ekleyebilmenizi sağlar *Dofollow Trackbacks Plugin : Sitenize gelen geri izlemelerin arama motorları tarafından listelenebilmesini sağlar. Google Sitemap Generator : Google’ın sitenizi tarayıp indexlemesine yardımcı olur. *High Keyword Density WordPress Plugin : WordPress için seo eklentisi IG:Syntax Hiliter : Yazılarımızda kod görüntüleyebilmemizi sağlar. Kategorinin Yazıları Eklentisi : Belirlediğiniz bir kategoriden belirlediğiniz sayıda yazının listelenmesini sağlar Most Commented : En çok yorumlanan yazıları listeler *Online Counter : Sitenize o anda bağlı olanları, aynı anda en çok kaç kişinin bağlı olduğunu ve toplamdaki hitinizi gösterir *Pagenavi : Blogunuzdaki önceki sonraki yazılar yerine sayfa numaralarının yazılmasını sağlar PostRatings : Yazılarınız için puanlama eklentisi Share This : Yazdığınız yazıları paylaşmanızı sağlar Smiley JS Buttons : Ziyaretçilerin yorum yazarken smiley kullanabilmesini sağlar Spotmilk : Yönetim paneliniz için tema *Ultimate Tag Warrior : Yazılarınızı etiketlemenizi sağlar WordPress Paged Comments Plugin : Yorumları sayfalamanızı sağlar *Wordpress Sayfa Sayaç Eklentisi : Sayfanızın kaç kere okunduğunu detaylı olarak listeler *Wordpress Yorum URL Kontrolü Eklentisi : Yorum yazma alanlarına girilen web adreslerini tanımlar ve sahteleri siler Wp-Snap Preview : Sitenizden verdiğiniz dış bağlantıların önizlemesini gösterir Arkadaşlar benden bu kadar umarım işinize yarayan birşey bulabilmişsinizdir. Önerdiklerimin başına yıldız koydum. [...]

  48. [...] WordPress Paged Comments – allows comment paging. Useful for those very popular blog entries receiving many comments. [...]

  49. By WordPress搭建Step by Step | 花生壳 on 6 January 2008 at 10:06 am

    [...] Paged Comments:这个装了,不知道效果怎么样; [...]

  50. By techissimo.com on 6 January 2008 at 8:29 pm

    [...] WordPress Paged Comments – suddivide i commenti in pagine. [...]