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
- Version 2.9.1 (2008-12-23) (zip file)
- View code at the WP Plugin Repository
Work in progress: Ajax-style Paged Comments (no download yet – AJAX support coming in version 3)
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.
- Download and extract plugin files to a folder locally.
- Read through and 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!
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:
- White Town guestbook
- Stuff White People Like
- Thank You Stephen Colbert (not online anymore, but used to have over 60,000 comments!)
- Playstation
- eBay
Questions?
- Read the FAQ and if it’s not answered…
- Leave a comment or email: keyvan (at) k1m.com
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
Hello Keyvan,
sorry but the plugin is not working for me. I always get the message: “Sorry but comments are closed…” when I activate it, but that’s not true. I activated all comment options but it won’t work.
Any Ideas?
Hm, I figured it out, works now. Thank’s anyway!
Has this plugin been updated and tested to successfully under WordPress 2.0?
Aaron: Not yet. I will be testing it as soon as I get the chance. (If anyone else has tried running it under WP2, please post up and let me know.)
Great plugin, I’ll definitaly make use of it when I change my guestbook over to WordPress.
I have found just one slight problem. A really nice feature of WordPress comments is way new comments appear to the person who submitted them with the label “Your comment is awaiting moderation”, while no-one else can see them. With your paged comment plugin, this no longer works. The comment is completely invisible to everyone until it has been approved.
I fixed this by copying the necessary code to checks the user’s name and e-mail from comment-functions.php
Hi Jonathan,
I think I did consider adding it as an option, so it wouldn’t have been a serious issue. Hmmm, if the reason doesn’t come to me soon I’ll work it back into the next version. Thanks again for raising the issue.
Thanks for flagging this up. You’re right that it’s a useful feature. I’ve just tried to think of my original reason (it was intentional) for disabling it, but I can’t remember it now.
Thanks for a great plugin, which I’ve installed on a trial blog at http://www.onlineresumesandcvs.com/blog/. Have also installed the code for excluding the blog entry on follow-on comment pages that you wrote for Massimo.
Is there an equally simple way of excluding a postmetadata paragraph (on copyright and the post date of the blog entry) on the follow-on comment pages?
I’ve got a number of other questions of lesser importance, and don’t mean to take you away from your Ajaxing, which looks promising.
Is there an easy way to insert the_title() into the else statement you wrote above? I tried the following but the title doesn’t display:
Can “(Show All)” be included in your (current, stable, non-Ajax) plugin? I notice you have “(Show All)” as well as numbered links on your main plugin page at http://www.keyvan.net/code/paged-comments/, and I think this could be useful for some users.
Is it possible to remove the comments box (and associated code) from all except the (most-recent) comment page?
I tested your plugin with wordpress 2.0.
It seems to be working fine, except for the rewrite rules. They are broken and result in 404 errors. Updated rules would be appreciated.
hi k
in wp2.0 the url-rewrite messes up, can you fix.
have a look here
rgds
jakob
This is a very useful plugin.
Is there any way to fix the issue about the rewrite rules? I’m using WordPress 2.0
Thank you.
WordPress 2 URL fix:
Open paged-comments.php and find the ‘=== END EDITING ===’ lines. After the two lines paste the code below. In WP2 the rules for determining the requested page/post have been moved out of the .htaccess file and into PHP code. I couldn’t figure out the best way to hook into the rewrite process, so I’ve opted for a simpler approach: before WP’s parse_request kicks in, we look for the URL segment identifying the comment page, note the comment page number and strip it out of the REQUEST_URI so WP doesn’t kick up a fuss when it comes to parse the request itself. I’ve not tested this extensively, so please treat with care and report any problems. Thanks. (Still a bit rushed so not had a chance to release a new version or update the instructions.)
Note: If you’re setting this up on WP2, please disregard step 7 as it’s no longer required. (In fact, the new rewrite rule in WP2 matches pretty much any URL structure so the additional rules in step 7 won’t even be evaluated if you do include them.)
You can view the changes in the project’s trunk at the WP Plugin Repository.
Hi Keyvan,
I’ve tested out the fix you’ve given on my WordPress 2.0 and there’s no problem with it, working great. Thank you
Thanks for reporting back Dayna! Good to know it’s working for you. Hope it does for others as well.
Hi, I’m here again, I’ve got a minor question.
The comments number is a bit odd now.
http://liberta.espoireve.com/essence/guest-book/comment-page-2/
The comments number starts with 1 for the latest comment, if you click on page 1, the first comment is still 1.
I’m using this code by CodeForged to generate the comments number, is there a way to fix it.
Thank you.
This looks like an awesome plugin! Thanks for all the work you’ve done on it, Keyvan.
I have a question about a possible modification though. If you point me to any possible resources to help me out, I’d appreciate it. What I’m looking for is very similar to what you’ve done here with a few small differences.
(1) By default, all comments would be shown on a post page, and the paging would come into play as described below.
(2) I’d like for the permalink for a comment to point to an individual comment page. The comment page would feature the title and excerpt from my original post, plus some text that says “This is a comment page, etc etc”. And then there would be buttons that say “view all comments,” “leave a comment,” and “Previous” and “Next.”
Does this sound like something I could easily build based on your existing plugin code, or would it require a lot of changes? I don’t have a ton of raw PHP programming experience, so any pointers and resources you could throw my way would be very much appreciated. An email or response here would be great!
Hi all, I will respond to the questions, but I still need a few more days.
Very nice plugin. Just what I was looking for. Works great!
Hi Keyvan,
Thanks for updating this plugin so that it’s working great with WordPress 2.0. I wanted paged comments for all my pages not posts, is it possible to add an option for it so that I don’t have to add the custom field to all my pages?
Thank you.
Thank you very much for your plugin, I’m finding it very useful for my site. It really speeds up page access by limiting the page size and is a big boon!
Hi Keyvan,
The plugin looks awesome!
But I’m having no luck getting to work:
WordPress 2.0, Connection-Reloaded v1.2.2 Theme (sort-of)
I’ve installed the bits in the proper places, and I’m using the “comments-paged.php” from the Default folder. I’ve also renamed paged-comments-config.php.
I think it’s the replacement of comments_template()that the problem.
The Connection-Reloaded them has:
single.php
page.php
pages.php
page.php does not contain any invocation oh comments_template(), pages contains one (which I replaced).
With the plugin activated, I see no effect. I have a post with 12 comments, no pagination, and the main index seems to have some basic pagination that has nothing to do with your file.
I’m stumpped!
Thanks for your time (and the plugin!)
Sean Hyde-Moyer
Sorry for the late reply. I’ll try and answer a few of the questions…
Chris: I’ve tried to answer some of your questions on the FAQ.
If you’re still having trouble with inserting the title, it’s likely to do with the use of <?php> tags in your code snippet. Try changing
to
(The arguments to the_title() ensure the value is returned and not printed, your echo statement does that for you.)
I know you had some other questions, if you’d still like me to have a go at answering them, let me know. (This reply is quite late so you might have figured out the solution to the other problems by now.)
Tim: What you’re asking for is possible, but I don’t have the time to do it myself. Setting the comments per page value to 1 should show you one comment per page. This will also give you a URL for each comment, but these URLs won’t be very reliable as permalinks—deleting one comment will affect the page numbers and therefore the permalink. Ideally you’d want the comment ID (which currently appears as a fragment identifier of the URL) to be part of the URL as a path segment.
Dayna: Thanks for the suggestion. I’ll include an option in the next version. Here’s one solution you can use now. 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.
Sean: Can you provide the URL of the post with comments on. If Paged Comments is not enabled through the admin panel then everything will work as before. If you give me a URL I can check to see from the HTML source if the comments-paged.php template file is being used or not.
Got it!
There was a readme in the Themes>Default folder:
ADDITIONAL NOTES:
You can enable commenting on pages by adding the line:
above the
php get_sidebar();line in page.phpFollowing this additional step made it all good.
Now I just have to figure out why it nuked my live preview window…};^)
Thanks loads Keyvan. Got it working already! =)
Sean: The plugin uses the comments-paged.php template instead of comments.php. If you’re careful, you can open the two templates (comments-paged.php and comments.php) side by side and try to move over the code from comments.php to comments-paged.php (while preserving the plugin-related code).
When I get more time, I’ll write a brief guide for theme authors, showing how to build a comments-paged template. (It’s not too difficult to figure out by looking at the code).
Boss,
Cal i have a copy of this Theme “keyvan”?
Thanks alot for the Plug-in…
Can we add more fields? like Location, Gender…etc?
Vinu
I’m noticing people starting to complain about Ajax plugins and how it makes sites slow. I my self have noticed running more than a couple ajax plugins that my site starts to crawl while loading the java calls in the header. Are you going to do away with the non ajax paged comments plugin? Good work either way.
Vinu: I don’t have the theme packaged up, and never intended to distribute it, but feel free to use the CSS if it’s for non-commercial use.
Extra fields I think are best left to another plugin.
Kenny: Thanks for the comment. I’m not too fond of Ajax myself. The non-Ajax version will remain and if/when I get time to integrate an Ajax mode, it will fall back to non-Ajax mode when an unsupported browser is encountered. And, of course, there’ll be an option to disable Ajax completely.
The Ajax version will also only be compatible with WordPress 2. I haven’t looked into WP2 much, but as far as I know it comes bundled with Javascript libraries that plugins can make use of. If that’s the case, it’ll save me having to supply JS files and saves users time if the WP2 JS files are being shared (and loaded only once).
I’ve not had much time lately to work on the Ajax version, so I don’t think I’ll have a release ready anytime soon.
Hi, I was wondering how to apply this plugin to popup comments.
Guig, I’m afraid I don’t know. I’ve never tried popup comments. I’ll look into it when I get a chance.
Hi Keyvan,
First of all, thanks for your great work. I’m so appreciated.
I made a modified version of ‘Threaded and Paged Comments(by Trustin)’ plugin, and named it ‘tp-guestbook’.
It’s based on ‘Paged comments(Yours)’ and ‘Brian’s Threaded Comments’.
I tried to send a trackback, but my post is in ‘korean’(I’m not so good at english)
You can check it Here
Hi 082net, thanks for the work—it looks very good. I’ve included a link in the related downloads section above. I still haven’t got round to installing Trustin’s plugin, but when I do, I’ll try this as well.
I’m pleased to see the link included on this page.
I never thought that
Thanks for those good words to my work.
(Is this right expression?…I hope)
Hi Keyvan,
Thanks for a great plugin!
Have a question: my comment numbering is not correct when I use ordering = DESC + fill_last_page = true.
Here’s what I have:
• A post with 12 comments
• Config settings:
all_posts = true
per_page = 10
ordering = desc
page_range = 5
fancy_url = false
show_all_option = true
fill_last_page = true
• WordPress 2.0 + Default Theme + unchanged Default comments-paged.php + no fancy permalinks
What I see:
• Comments page 2 is INCORRECT: Newest comment is numbered “20”, with comments that appear below it on the same page numbered 19-11 (newest comment should be numbered “12”, with comments that appear below it on same page numbered 11-3)
• Comments page 1 is CORRECT: Top comment numbered “2”, next comment numbered “1”
If I change fill_last_page = false, then everything works correctly:
• Comments page 2: Top (newest) comment numbered “12”, with comment that appears below it numbered “11”.
• Comments page 1: Comments numbered “10” through 1” from top to bottom.
What am I doing wrong? This also happens with the unchanged Classic comments-paged.php template.
Thank you!
tanster
Tanster, you’re not doing anything wrong. I think you’ve identified a bug in the code. Expect a fix tomorrow. I don’t think I updated the numbering procedure when I introduced the fill_last_page feature. Thanks for flagging this up and including a detailed report.
Wow, thanks Kevan for the quick reply! I look forward to seeing your next version.
Tanster, here’s the fix for the comment number problem:
Open paged-comments.php and find the following lines (should start from line 117) in the paged_comments_template() function:
change to:
[Edited: 2006-02-17]
That should do it. Let me know how you get on. I don’t have time to put out a new version yet, but the fix will be in the new version when it’s ready.
Hi Keyvan,
The new code works BEAUTIFULLY! I have it running in my sandbox; as soon as it’s public, I will let you know.
Thanks again for being so responsive!
Hi Keyvan,
Is it all right for you to tell me how you achieve the permalinks to the comments with the paged comments?
like
http://www.keyvan.net/code/paged-comments/comment-page-11/#comment-1900
instead of
http://www.keyvan.net/code/paged-comments/#comment-1900
Thanks
Hi Keyvan,
I see that paged comments uses comments-paged.php as its template, and if I click “Show All” then regular comments use whatever comments.php file is in my current theme.
I am using a theme, however, which doesn’t number the comments.
My question is: how do I get my standard comments.php file to display numbers in the comments just like comments-paged.php? (Just like it works here at http://www.keyvan.net/code/paged-comments/)
Thanks!
tanster
tanster: I’m not sure if it’s the right way but this is how I do it
add
$commentcount=1;after
$oddcomment = 'alt';at the top of your comments.phpand where you want the comment number to appear, use this
echo $commentcount++;Dayna: If you’re using one of the bundled templates, you should have a call to this function within the comment loop:
The function returns the ‘permalink’ URL of a comment—it’s not perfect and I’m working on a better solution for a future release. The function will also take into consideration the current comment page. So, for example, when you load this page the last comment-page is active (at the moment page 11) but the page URL doesn’t contain the /comment-page-11/ path segement. So returning ‘#comment-1911′ is not enough as someone might link to, like in your example, http://www.keyvan.net/code/paged-comments/#comment-1911 (which is only valid while comment page 11 is being loaded by default). So paged_comments_url will (at least it does for me
) return http://www.keyvan.net/code/paged-comments/comment-page-11/#comment-1911.
Please check and let me know if paged_comments_url() is being used in your comments-paged.php template. If it’s not working right I’ll have to look into it some more.
I mentioned above that I’m working on a better solution that will—if I implement it correctly
—produce URLs with no reference to the comment page, somethine like: http://www.keyvan.net/code/paged-comments/comment-1911/.
I’m hoping the code can then look at the paged-comments configuration to figure out, and redirect to, the correct comment page. (Not even sure if this is the ideal solution yet!)
Tanster: I’m not too happy with the way it works at the moment (ie. having to maintain two comment templates). If you’re only after the comment numbers, you can do what Dayna suggested.
The next version will always use the comments-paged.php template while the plugin is active within WordPress. (Deactivating will revert back to comments.php.) I’m actually using the development version on this site, which only uses comments-paged.php (so when you choose ‘show all’ you’re still getting comments-paged.php). If you’re brave enough, you can load it and try it: paged-comments.php. You don’t need to make changes to your config file, but there is a new option available:
Hope that helps.
Dayna: Thank you, that works like a charm!
Keyvan: Thanks for the updated paged-comments.php; I’m not brave enough to use it, though!
Also, looks like I spoke too soon about the numbering working correctly in fill_last_page mode:
Up to 19 comments, it works fine:
- Page 2, 10 comments numbered “19″ through “10″
- Page 1, 9 comments numbered “9″ through “1″
Once I have 20 comments, this is what I see:
- Page 2, 10 comments numbered “10″ through “1″ (should be “20″ through “11″)
- Page 1, 10 comments numbered “0″ through “-9″ (should be “10″ through “1″)
My settings:
- all_posts = true;
- per_page = 10;
- ordering = ‘DESC’;
- page_range = 5;
- fancy_url = false;
- show_all_option = true;
- fill_last_page = true;
Thanks!
Jennie
Hi Tanster,
I’ve corrected the code I posted earlier. Please try it and let me know if it works. (It’s looking quite ugly now—I’m sure there’s a very elegant mathematical solution out there somewhere!)
Sorry about that. Even the most basic maths still trips me up.
That fixed it, Keyvan. Once again, thank you!
Okay, paged comments are now functional on my site:
http://www.officetally.com/?p=35#comments
The theme being used is a modified version of the “Neat!” theme at http://www.aamukaste.org/wpthemes/?cat=3
Keyvan: Thanks, it’s working now.
Good luck in the new version. And a question regarding the new version, you mentioned to use the comments-paged.php whenever the plugin is activated. So what if I only want paged comments for my pages and not posts?
Tanster: Nice site! Glad the plugin’s finally working okay.
Dayna: Glad it’s working. Just curious, was it the URL function I mentioned, or something else?
Regarding the template file and paging. I’m still going to add your suggestion of an option to restrict paging to posts or pages. The idea behind using a single comments template is to make maintenance of the template file easier. The way the plugin works at the moment means users have to maintain two comment templates (comments.php and comments-paged.php). So to get a consistent theme you end up having to duplicate any template changes you make in one template to the other.
When I say the plugin will always use comments-paged.php in a future version, I don’t mean it’ll force paging. Just that while the plugin is active you’ll only have to worry about the one template—so, as before, you’ll still see all comments on a single page if paging isn’t enabled. I hope that makes sense. I think I’ve confused myself talking about it! (And having a template called comments-paged.php will probably cause even more confusion when this change comes into effect!)
I’m open to suggestions though. If you think this is bad idea, or if you can think of something better, let me know.
Thanks Keyvan! I’m really happy with how it turned out.
Yup, it was the one with the
/comment-page-1/#comment-687
Right, I like that idea I think it would be rather convienient as well.
Thanks for updating the plugin to support WordPress 2 fully.
I have one slight issue with the fancy URL feature which caused issues with a non-wordpress part of my site (and which I can see interfering with other plugins).
The first line of your code strips off the trailing “/” if there is one. This is then written back to the variable $_SERVER['REQUEST_URI'] even if the page in question is not a comments page, or indeed even if it’s not a WordPress page.
I’ve changed your code so that $_SERVER['REQUEST_URI'] = $req; is inside each of the “if” statements, so that the URI is untouched if it doesn’t refer to a comments page.
(Part of my site checked for a trailing “/” and added it if it wasn’t there. So I had an infinite loop! I know there’s a plugin that does this for WordPress pages too!)
281 Trackbacks
[...] Keyvan WordPress Paged Comments Plugin 作者網站: http://www.keyvan.net/code/paged-comments/ [...]
[...] V primerjavi z večino klasičnih spletnih strani boste imeli z uporabo WordPressa veliko prednost, saj boste lahko sami na enostaven način dodajali in spreminjali vsebino in sicer kadarkoli boste to želeli. Poleg tega boste lahko z objavo komentarjev, člankov ali novic skrbeli za vzdrževanje stalnega dialoga z vašimi obiskovalci, ki bodo lahko vaše prispevke tudi komentirali. Če bi želeli že vnaprej preprečili kakršnokoli nezaželeno smetenje s komentarji, ki se je v zadnjem času zelo razpasilo po spletnih strani, potem vključite dodatek Akismet, ki je že vključen v osnovno različico WordPressa. Za lep, predvsem pa pregleden izpis posredovanih komentarjev bo poskrbel dodatek Paged Comments (http://www.keyvan.net/code/paged-comments/), ki bo posredovane komentarje razbil na več strani. [...]
[...] Paged Comments [...]
[...] Paged Comments – I hate long lists of comments,but maybe there’s a better plugin that could do the job better [...]
[...] 这里再介绍一个Paged comments的插件。不知道老外的思维是咋回事,像wordpress这样的程序在分页上有很多问题,后台管理日志没分页,要一篇篇的搜,而留言也没分页,几百个个留言在一个页面,打开很费时间,查询wordpress插件的时候常常遇到这种情况。Paged comments就是把留言分页,感觉这些插件的作者都应该试试这个plugin。 [...]
[...] I was forced to tend to this blog because the amount of comments on one of my post’s has become really large, well large enough to make the page take a while to load, so I added this very nifty WP plugin called Paged Comments. I highly suggest this, very very handy. [...]
[...] A mondjad fül kicsit kezdett elúszni a rengeteg kommentben, emiatt feltettem a címbeli plugint. Eddig jól működik és tetszik. A beállítás se bonyolult, szép, jól dokumentált konfig fájlban kell a nekünk szimpatikus dolgokat kiválasztani. [...]
[...] Blog technical note: I reordered the comments on very long posts, so the new stuff is at the bottom where most people expect it on blogs. Keyvan recently wrote a fix for his Paged Comments Word Press plugin. He’s awesome, and if I had money in my PayPal account right now, he’d be getting a tip today. [...]
[...] 01. Ad Rotator 02. Adhesive 03. Adsense deluxe 04. Akismet 05. Audio Player 06. Auto Hyperlink URL’s 07. Auto Social Poster 08. Autometa 09. Backup Restore 10. Boakes Most Wanted 11. Bunny’s Technorati Tags 12. Chitika eMiniMall Plugin 13. Clean Archives Reloaded 14. Code Auto Escape 15. del.icio.us – Bookmark This! 16. del.icio.us – Widget 17. Democracy 18. Digg This 19. Do Follow 20. Dragon Design Sitemap Generator 21. Drop Down Categories 22. Duh Gallery 23. Evermore 24. Exec PHP 25. Extract Terms 26. Feedburner Feed Replacement 27. FeedWordPress 28. Frame Buster 29. Fuzzy Recent Comments 30. Get Recent Comments 31. Google Sitemaps 32. Hello Dolly 33. Image Browser 34. Image Manager 35. KG Archives 36. Lazy Gallery 37. Less 38. Live Comment Preview 39. More Evermore 40. MoreMoney (AKA Buhonejo) 41. Next to Last 42. Paged Comments 43. Plugins Used Plugin 44. Random Excerpt 45. Recent Comments 46. Related Entries 47. Related Entries for Feeds 48. Related Posts 49. Related Searches 50. Related Tags 51. RumWall 52. Search History 53. Sidebar Widgets 54. Smart Archives 55. Sociable 56. Spam Karma 2 57. SRG Clean Archives 58. Submit It Plugin 59. Subscribe to Comments 60. Subcribe2 61. Terms2posts 62. Terms2search 63. Terms2tags 64. Text Link Ads v2.0 65. Textile 1 66. Time Capsule 67. Translator 68. Ultimate Tag Warrior 69. Ultimate Tag Warrior: Legacy 70. Ultimate Tag Warrior: Tag Archive 71. Useronline 72. Videopop 73. WordPress Database Backup 74. WordPress Mobile Edition 75. WP Admin Bar 2 76. WP Amazon 77. WP Cache 78. WP Contact Form 79. WP Cron 80. WP Cron Dashboard 81. WP Cron Future Pings 82. WP Cron Gravatar Cache 83. WP Cron Cron Mail 84. WP Cron Moderation 85. WP Cron Update Links 86. WP Print 87. WP ShortStat 88. Zap New Window [...]
[...] Paged Comments Plugin by Keyvan Minoukadeh. I already mentioned about the Paged Comments Plugin and fixed the problem. [...]
[...] 今天發現有幾個頁面的留言過長,已經影響到閱讀,所以新增了一個外掛「Paged Comments」,可以將迴響留言以分頁的方式顯示,並且還可以設定新舊留言的顯示順序。這個外掛同時支援post(文章)和page(單頁)的留言顯示。 [...]
[...] 最後就是, 當你的 comment 多到某個程度的時候, 可能就需要分頁了, 可以試試看 Paged Comments, 我目前還用不到, 等需要時再研究好了. 不過之前的感覺是 blog 留言太多, 實在很難用, 光 browser 載入就很久了, 但為了這個去弄一個 phpBB 或是 SMF 好像又有點小題大作… [...]
[...] WordPress Paged Comments Plugin es, como su nombre indica, un paginador de comentarios. Ideal si tienes varias entradas en el blog con cientos de comentarios y no deseas cerrarlos. [...]
[...] 8. Paged Comments WordPress Paged Comments is a plugin for WordPress 1.5 and 2.0 to allow comment paging. Useful for those popular blog entries receiving many comments, or a simple guestbook page within WordPress. [...]
[...] Paged Comments 2.5 (2007-02-02) 回應太多影響閱讀怎麼辦,裝這個就對了 範例看這篇Gmail Invitation [...]
[...] 1) First get Paged-Comments version 2.5 [...]
[...] A WordPress flaw: no paged comments By Tim A snag with the most wonderful WordPress is that comments to a post are not broken down into pages. With over eighty comments and climbing fast, this post on slow Outlook 2007 is getting slow to load. Fitting, I guess, but I’d rather it performed better. I looked in vain for a WordPress option to split the comments into pages. I did find this plugin, but although it works it looks bad with the theme I’m using. I suppose a few hours hacking would fix it. I reckon a paging option should be built into WordPress as it will always be a problem on heavily commented posts. [...]
[...] Keyvan Minoukadeh » WordPress Paged Comments Plugin [...]
[...] Keyvan Minoukadeh » WordPress Paged Comments Plugin Plugin de WordPress para mostrar los comentarios por páginas, con o sin Ajax (tags: wordpress plugin plugins ajax comments pages paged wp) [...]
[...] Paginate comments so there is, say, 25 comments per page. [...]
[...] WordPress は、色んな種類のプラグインが配布されているけど、その中からコメントを 分割して表示する事が出来る 「Paged Comments Plugin」 を導入して見ました。 Keyvan Minoukadeh様 : Paged Comments Plugin 小粋空間様 : WordPress のコメントをページ分割する Paged Comments Plugin 参照記事です。 [...]
[...] 8. Paged Comments WordPress Paged Comments is a plugin for WordPress 1.5 and 2.0 to allow comment paging. Useful for those popular blog entries receiving many comments, or a simple guestbook page within WordPress. [...]
[...] Hatte ich schonmal drin, dann aber wieder deaktiviert: das Plugin Paged Comments, welcches das Unterteilen von Kommentaren in Unterseiten ermöglicht. Aus SEO Perspektive zwar nicht ideal, da es jeweils auch den Artikel selbst auf weiteren Unterseiten darstellt & keine individuellen Titel vergeben können. Aber ich wollte trotzdem einfach mal schauen, wie Google damit umgeht. [...]
[...] Paged Comments เอาไว้แบ่งหน้าคอมเมนท์ มีประโยชน์มากๆใช้แล้วติดใจเลย [...]
[...] Paged Comments [...]
[...] Paged Comments [...]
[...] Paginazione dei commenti Nel mio blog ho alcuni articoli con centinaia di commenti, sto cercando un plugin che ne permetta la paginazione (dei soli commenti). Ho provato con questo ma non sono riuscito a farlo funzionare, qualcuno sa cosa consigliarmi? Grazie! __________________ Google Maps, Google AdSense, PHP, phpBB ed ecologia! [...]
[...] Paged Comments v2.5 (2007-01-11) by Keyvan Minoukadeh [...]
[...] Paged Comments http://www.keyvan.net/code/paged-comments/ [...]
[...] 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. [...]
[...] Se analisarmos as páginas geradas através do plugin paged comment, por exemplo, notaremos que praticamente tudo é idêntico, a única coisa que muda são os textos dos comentários, mas em geral, esses são a menor parte do conteúdo (em número de palavras). [...]
[...] Paged Comments 2.5 (2006-12-07) Breaks down comments into a number of pages [...]
[...] Paged Comments This plugin will allow you to specify how many comments per-post can appear on the page at a time. If you receive tons of comments daily or just have a few popular posts that have hundreds of comments on them, you know why this is so awesome. It will cut down load times and organize everything just the way you want it.. From number of comments per-post to ascending to descending the order. To see this in action please visit one of my more popular posts here. [...]
[...] Kevyan Minoukadeh’s WordPress Paged Comments Plugin allows paging for comments. This means that instead of one long page of comments, your comments are divided up into multiple pages. Kevyan says this is useful for popular blog entries or simple guestbook pages in WordPress. Installation seems to be pretty straightforward. [...]
[...] Paged Comments,对留言页面进行分页,以避免过多的留言造成读入速度缓慢和较差的阅读体验。 将paged-comments-config-sample.php改名为paged-comments-config.php,同paged-comments.php一起上传到插件目录,将comments-paged.php上传到当前模版目录,如果使用k2请使用相对应的comments-paged.php文件。最后激活即可。 [...]
[...] Paged Comments Paged Comments Version: 1.5 License: GPL Description: WordPress Paged Comments is a plugin for WordPress 1.5 to allow comment paging. Useful for those popular blog entries receiving many comments or a simple guestbook page within WordPress. Author: Keyvan Minoukadeh Plugin Page Attached Files [...]
[...] Paged Comments Split comments across multiple pages. [...]
[...] Keyvan Minoukadeh » WordPress Paged Comments Plugin 用这个给WordPress的留言进行分布处理。 (tags: wordpress 插件 comment) [...]
[...] テーマを変更するにあたって、入れたのすっかり忘れてたのがコレ。 GuestBook自体はPluginではなくテンプレートですね。でもって、GuestBookにするとコメントが多くなるので Plugin:Paged Comments を利用しております。配布元:WordPress Paged Comments Plugin [...]
[...] Visit [...]
[...] Aunque debe ser transparente para casi todos, he actualizado WordPress (por fin) a la última versión dispobible de la rama 2.0.x (2.0.10 en este momento), y ya de paso también algunos plugins (como por ejemplo el estupendo Paged Comments de Keyvan Minoukadeh, o el no menos bueno Popstats de Luis Sancho). [...]
[...] Need a WordPress plugin that can page comments to paged WITHOUT doing anything to the template. There is a plugin already made, but it requires…. [Read More] [...]
[...] Paged Comments – sorts large masses of comments into pages. Be sure to save your commentators much hassle by redirecting them to the latest comments after they've submitted their own. You might like to use this in conjunction with the Reverse Order Comments plugin. [...]
[...] Paged Comments [...]
[...] CoolPlayer 音频+视频播放器插件,支持wma mp3 wmv swf等。效果见这里 CoolCode 代码显示的插件,支持高亮显示代码与自动换行。效果见这里 Lightbox JS v2.2 Plugin 很棒的图片灯箱插件,图片能够自动缩放,js版。效果见这里 中文 WordPress 工具箱 最新评论、随机日志等显示插件,效果见右侧sidebar。 Page Post 长文章的分页显示。。效果见这里 StatTraq 访问统计插件,可以统计访问者浏览器与操作系统、访问者来路、搜索引擎关键字、博客的日月年访问量等,可惜只能在后台自己看。 WP-UserOnline 统计插件,显示目前有多少访问者在浏览你的博客,效果见右侧sidebar(最下面的useronline)。 Spam Karma 2 防止日志被流氓恶意疯狂的TrackBack的插件,也可以防止强盗们的恶意连续评论。推荐大家都装一下! Pagebar 一个增强页面导航的插件,生成类似Page1, 2, 3, 4….10这样的形式。具体样式见本站首本页下面。 WordPress Paged Comments Plugin 评论分页插件,对于评论数量教多的进行自动分页显示评论。 [...]
[...] Paged comments plugin creates a pagination navigation for the comment entries. This is useful if you get a lot of comments. It allows you to customize how many comments to display per page, in descending or ascending order. [...]
[...] Paged Comments It breaks down comment entries into a number of pages with paginated navigation. [...]
[...] Paged Comments – sok hozzászólásnál oldalakra bontja azokat. (Lásd megmondós oldal) [...]
[...] Paged Comments by Keyvan MinoukadehBreaks down comments into a number of pages [...]
[...] Paged Comments [...]