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 13 December 2006 at 4:35 pm | Permalink

    Thanks for this plugin

  2. Posted 14 December 2006 at 12:26 am | Permalink

    Hi

    I want to use trackbacklist but your line that counts the comments counts the trackbacks as well, so the formatting is messed up. is there anyway of the count only tracking comments?

    EB

  3. Posted 14 December 2006 at 1:07 am | Permalink

    FYI, I reverse engineered the solution to my count problem.

    My non-standard theme had this code to display the comment count:

    I replaced that with:

  4. Posted 16 December 2006 at 6:14 am | Permalink

    if (function_exists('paged_comments_template')) paged_comments_template(); else comments_template();

    The above code is very important and need to be inserted into single.php (and page.php as well if your page allows comment) to replace the original comments_template() in order for this plugin to work on many themes. I believe this should really be added to the installation instructions of the main post to save people trouble going through the comments to find this “essential” installation step.

    Anyway, awesome job on this plugin, thank you so much. My only complain would be the “missing” installation step that I mention above. Please please add it to your installation instruction and make life easier for those who are scratching their heads off trying to figure out which installation step they have messed up.

  5. Posted 16 December 2006 at 6:20 am | Permalink

    One extra tips here from my personal experience. This plugin can actually help your SEO since search engine does not like huge pages. For example, I have a blog post that have over 400 comments so far, for a period the blog post just sort of disappeared from Google and after I implemented this plugin it goes back up to its original top search result position (after Google reindex the post). So yeah, you might consider adding this information to your main post to persuade those who are still wondering if they should implement this plugin for their fairly popular blog. ;)

  6. Posted 18 December 2006 at 2:10 am | Permalink

    Thanks all, for the comments and suggestions.

    Hoboken: Can you please repost what you replaced—the code for some reason wasn’t included in your comment.

    eyn: I removed that step when I released version 2.5, which looks for comments_template() and replaces it with the paged_comments_template() each time the template is loaded. Did you have problems running version 2.5 without manually editing your template file?

  7. Posted 18 December 2006 at 12:33 pm | Permalink

    I always have to install plugins in my daughters blog and she wants almost everything there is. But your is a good way to save time.

  8. Posted 18 December 2006 at 12:47 pm | Permalink

    Thank you very much for sharing.

  9. Posted 21 December 2006 at 1:28 am | Permalink

    Yeah sorry about that.. I used blockquote and it didn’t work.

    I’ll dig back into the code to see what I changed. Can you believe I forgot already?

  10. Posted 22 December 2006 at 9:03 pm | Permalink

    Hobaken: Sorry, I don’t know why WordPress is stripping the code. If it’s not too much trouble, please email me what you changed and I’ll have a look.

  11. Joseph Crawford
    Posted 23 December 2006 at 12:18 am | Permalink

    Using this plugin wrecks the ability to use the comments_rss_link() function to show a link for the comments RSS feed.

    I am going to try to find the issue in mine tomorrow but it would be nice if this were fixed in future version so that it did not try to page the RSS feed.

  12. Posted 23 December 2006 at 6:39 am | Permalink

    Thanks Joseph, will look into it when I get the chance.

  13. Posted 3 January 2007 at 9:49 pm | Permalink

    Hi, I am getting exactly the same symptoms as Florian in comment 61

    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.

    which he had fixed by comment 62 but didn’t say how. Do you have any idea what is wrong?

  14. Posted 5 January 2007 at 2:52 am | Permalink

    Hi Keyvan,
    Thanks for the plugin. Happy New Year too.

    I have a small problem that may be easy to fix, and a request:

    The problem:
    Each of my post’s footers shows that Comments and Pings are closed, when they are not. I think this appeared after I activated the Paged Comments, but didn’t notice it for a month until someone asked me why Trackbacks were closed when I hadn’t set them to be closed.

    The request:

    It would be really nice if the comment order was set to descend by default when it flips to the paged mode. I seem to recall reading that comment permalinks would break in some way if it’s changed to display that way, but I’m sure you’ll think of a way at some point to change it without breaking anything.

  15. Posted 8 January 2007 at 4:41 pm | Permalink

    Hi Keyvan, very good plugin :-)

    I have a little problem when working in K2 with timesince plugin activated. This one only return a text with the time past since the post was posted (using the post time and the actual time). Well, when Paged Comments activated, timesince works wrong. I can’t figure out why, but the text returned all time is less than 1 day (seems like the timesince function cut part of the date-time information, or something like that). The more strange is that the wrong date is the post date, not the comments date…

    Any idea about it?

  16. Luxgurl
    Posted 11 January 2007 at 3:36 pm | Permalink

    Hello there,
    This plugin im looking for soo long, glad i found it now :)
    BUT i have a little problem, when i click show all – it will not show all the comments but it go back to the main page :( anybody can help me, please!

  17. Luxgurl
    Posted 11 January 2007 at 7:37 pm | Permalink

    Hello, it’s me again.
    Please find here the link to the page which gives me errors. Any help is highly appreciated.
    http://lollipop.lu/2007/01/05/down-ang-site-ko-kahapon/#comments

  18. Posted 11 January 2007 at 8:17 pm | Permalink

    Thanks for the comments everyone, will try and reply to more tonight.

    Luxgurl: Please try editing paged-comments-config.php and setting the fancy_url option to true.

    Daniel: I’ll try the timesince plugin and see if I can reproduce the problem.

    Rick, Saskboy: I’ll look into the comments closed issue. (If anyone else is experiencing this, please let me know.)

  19. Posted 12 January 2007 at 12:06 am | Permalink

    Bug fix: Anyone using version 2.5 of the plugin, please replace your paged-comments.php file with the updated one. You will not have to edit/replace your config file.

    Daniel, Rick, Saskboy: The update above should fix your problems. If not, let me know.

  20. Luxgurl
    Posted 12 January 2007 at 6:11 pm | Permalink

    Hi Keyvan,
    Thanks for the reply.
    I edit paged-comments-config.php and setting the fancy_url option to true.. when i click the show all,
    it says all comments not found in the server :(

    Heres the page which gives me errors http://lollipop.lu/2007/01/05/down-ang-site-ko-kahapon/#comments

    Please help!!!

  21. Luxgurl
    Posted 12 January 2007 at 7:03 pm | Permalink

    Hi Keyvan,
    Yay! got it.. i works now! wahoo.. :)
    Thanks a lot and more power to ya!

    Luxembourg Europe!

  22. Posted 12 January 2007 at 9:40 pm | Permalink

    Good to hear, Luxgurl! :)

  23. Posted 14 January 2007 at 6:17 pm | Permalink

    This plugin was my solution to include comments to a page to use them as a guestbook. It works very fine… thanks for this helpful piece of code!

  24. Posted 16 January 2007 at 12:45 am | Permalink

    No, it still seems to deactivate comments and trackbacks.

    I just replaced paged-comments.php by the new one and changed nothing else. Correct?

  25. Posted 16 January 2007 at 6:18 am | Permalink

    Thanks very much Keyvan. The update fixed the problem with Trackbacks and Comments claimed as closed. When I get some money into my PayPal account from a sale of something, I plan to send a couple dollars your way.

    Now, about ordering the posts the other direction…? ;-)
    Is it just undesirable because some kind of permalink is broken, or are there other implications?

  26. Posted 16 January 2007 at 6:20 am | Permalink

    Rick, I downloaded just the .php file and it was the same old one I think, but the linked zip at the top of this page did the trick when I deactivated, updated the .php file, and reactivated the plugin.

  27. Posted 16 January 2007 at 12:52 pm | Permalink

    Thanks Saskboy – I will try that.

  28. Posted 16 January 2007 at 2:14 pm | Permalink

    Rick: Sorry, Saskboy is right—I stupidly linked to the previous version of the file in my comment. I’ve updated the link in my comment now, and the zip file at the top contains the latest version of the file.

    Saskboy: You should be able to order the posts anyway you like by editing the config. By default the ordering is set to descend. You can have either ascending mode or descending mode without affecting the comment permalinks. The only way permalinks will be affected is if you also enable fill_last_page. Am I missing something?

  29. Posted 16 January 2007 at 7:20 pm | Permalink

    Great stuff – working perfectly now. Thanks a lot.

  30. Posted 17 January 2007 at 12:56 am | Permalink

    Keyvan, sorry I misunderstood this:
    “Note: ordering is implemented this way so new comments don’t
    // displace older comments on a page.”

    Switching to ASC now…, and everything is peachy.

    Thanks again.

  31. Posted 17 January 2007 at 10:43 am | Permalink

    Hi again Keyvan.

    My problem (with k2-timesince plugin) is now fixed with the last version (2007-01-11). Thanks a lot ;-)

  32. Posted 18 January 2007 at 11:12 am | Permalink

    Ciao, I use this template http://www.jide.fr and when activate the plugin, lost the gravatar immages.

    Can help me?

  33. Posted 20 January 2007 at 3:50 am | Permalink

    I have the plugin installed and yesterday when I tested it on my own I had the comments in descending order but today when the 2nd comment came in it woud up in ascending order?
    Here is line 40 from my paged-comments-config.php
    >$paged_comments->ordering = ‘DESC’; which is in the Plugins folder.
    Any info would be greatly apperciated….
    Thank you most humbly..

  34. Posted 20 January 2007 at 4:04 am | Permalink

    Sorry bro with a little more investigation and about a few lines down the page I found where you have it Ascending order until the first page is filled and than it goes to Descending order. Great Plugin. I really appreciate it.
    Pete

  35. Anja
    Posted 22 January 2007 at 3:23 am | Permalink

    When I use your new plugin Version (Jan2007) I can’t see my post preview in the wordpress admin area, it only says in that window: “no post for your search criteria” or sth. like that…I deactivated all my plugins and reactivated them bit by bit, but unfortunately it was your plugin that made the trouble with the preview. I now activated the old plugin version (Feb2006) and everything is fine. Too sad. Any idea?

  36. Anja
    Posted 22 January 2007 at 3:24 am | Permalink

    Sorry, forgot to say: I’m using WP 2.0.7.

  37. Posted 22 January 2007 at 5:20 pm | Permalink

    Sorry, but with this plugin don’t work another like WP-Print http://www.lesterchan.net/portfolio/programming.php and the gravatar immages.
    ;)

  38. Posted 26 January 2007 at 4:40 am | Permalink

    Hi Keyvan,

    Does this play well with WordPress 2.1?

  39. Posted 29 January 2007 at 2:06 am | Permalink

    Hello,

    will this plugin also be available for the following two themes?

    - “Almost Spring” (http://www.pixeltunes.de/weblog/138/)
    - “Red Train” (http://www.perun.net/2005/03/19/red-train/)

  40. Posted 30 January 2007 at 6:34 am | Permalink

    I installed this plugin and works really fine… just two issues…

    1. I don’t see my Yahoo/MSN Style Smileys that commenters use to click and put in their comments.

    2. All images that decorate commenter’s line has disappeared.

    Could you please advise on how I can get 1 & 2 back.

  41. Posted 30 January 2007 at 6:36 pm | Permalink

    Also, is there a way to tweak the “recent comments” as clicking on the recent comments in the sidebar does not take us to the comment on that page.

  42. Posted 31 January 2007 at 12:07 am | Permalink

    Joseph: The new version (2007-01-30) fixes the RSS feed issue. Thanks for raising this.

    Anja: I’m not sure why you have an issue with the post preview. I upgraded my WP testbed setup to 2.0.7 and didn’t have a problem – it correctly displayed the post and the comment page numbers too in the preview. I then upgraded to 2.1 and it still appears to work fine. Anyone else experience a problem with the post preview misbehaving while the Paged Comments plugin is active?

    Cristian: If I get some time I’ll have a look, but unfortunately I can’t look into every compatibility issue between this and other plugins. It’s hard enough keeping up with WordPress developments. :)

    Ajay: It appears to work fine on WP 2.1. I upgraded my WP2 testbed to the latest version and haven’t noticed any problems. Although I haven’t tested extensively.

    Axel: I don’t have time right now to create custom templates for other themes. It might work fine with the bundled ‘default’ template, and if not you should be able to move the plugin code from the default template to your theme’s template.

    General Plugin Compatibility Issues
    If it’s relatively easy to make this plugin compatible with another plugin (especially one that you feel users of this plugin are likely to install alongside it), then please submit patches and I’ll consider them for the next release.
    There are too many plugins for me to look into, so it’s likely that when I’m working on this I’ll be accommodating plugins/features that I use rather than ones you/others use.

  43. Posted 1 February 2007 at 12:38 am | Permalink

    Hi,
    i needed a german version of your plugin. Therefore i localized it (gettext). Feel free to use my code.

    Ich habe das Plugin auf deutsch übersetzt. Es ist eine vollständige Lokalisation, sodass die Strings auf englischen Blogs in Englisch und auf deutschen Blogs in Deutsch erscheinen.

    Paged-Comments (german)

  44. Posted 1 February 2007 at 8:10 pm | Permalink

    Hi, I installed your plugin in my blog, was working fine in all post except this one (http://www.parachicas.net/celebrities/2006/07/%c2%bfcuanto-miden-las-famosas-mas-bajitas/) showing this error:

    Warning: sprintf() [function.sprintf]: Too few arguments in /domains/mydomain.net/public_html/wp-content/plugins/paged-comments.php on line 696

    Can you help me?

  45. Posted 1 February 2007 at 8:26 pm | Permalink

    Kevyan,

    It works fine for me on 2.1 except when I try have config like this:

    $paged_comments->all_posts = false;
    $paged_comments->all_pages = false;
    $paged_comments->per_page = 10;
    $paged_comments->ordering = ‘ASC’;
    $paged_comments->fill_last_page = false;
    $paged_comments->page_range = 11;
    $paged_comments->fancy_url = true;
    $paged_comments->show_all_option = true;
    $paged_comments->show_all_ordering = ‘ASC’;
    $paged_comments->default_page = ‘auto’;

    I add a custom field to a post with more than 10 comments, ‘paged_comments’ with the value ‘on’, but it doesn’t paginate, the paged-comments.php file is not getting called.

  46. Posted 1 February 2007 at 8:38 pm | Permalink

    I forgot to tell you that this is happening because this post has more than 150 comments. Where is the limit in the config…

  47. Posted 2 February 2007 at 4:24 am | Permalink

    kretzschmar: Thanks! I’ll take a look and link to it soon.
    Do you know if this will cause problems for people without the gettext package? (I have no experience with gettext.)

    Gi: Thanks for telling me about this. The percent (%) symbols in your URL are causing the problem. I’ve just updated the plugin to handle URLs with the percent symbol in. Please try with the latest release.

    patung: I think WP2.1 requires the use of a different function for retrieving custom fields. The latest release should fix the problem. Please try and let me know.

    To upgrade, simply replace paged-comments.php with the one in the latest release (no need to touch the config file).

  48. Posted 2 February 2007 at 5:03 pm | Permalink

    Hi Kevyan, sorry, I can’t imagine why but it still doesn’t work. The custom field is definitely there, Key – paged_comments, Value – on.

  49. Posted 4 February 2007 at 5:04 am | Permalink

    No wait, I’m an idiot, it does work. Thankyou Kevyan.

  50. Posted 4 February 2007 at 10:05 am | Permalink

    Keyvan,
    gettext is supported from wordpress “out of the box”. If you don’t set your locale in wp-config.php (wp-lang) it uses the default string in your plugin file. So no problems at all. Try using my plugin and you will see.
    I use it in my theme dKret without problems.

280 Trackbacks

  1. By WordPress: The best of and most useful WP plugins on 7 January 2008 at 12:02 am

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

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

  3. By 1 Blog Theme 主题汉化: 创意观察 on 9 January 2008 at 3:06 pm

    [...] 基于 Paged Comments [...]

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

  5. [...] WordPress Paged Comments – Permite paginar comentários. Muito útil em posts populares. [...]

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

  7. By Paged Comments | 译路风尘 on 17 January 2008 at 4:02 am

    [...] 详情:http://www.keyvan.net/code/paged-comments/ [...]

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

  9. [...] WordPress Paged Comments. Si tienen muchos comentarios en sus post, es mejor que los paginen para evitar que la carga se vuelva eterna. Esta es una buena opción para dividir los comentarios en varias páginas. [...]

  10. [...] Keyvan Minoukadeh ” WordPress Paged Comments Plugin Useful for those popular blog entries receiving many comments, or a simple … Version 2.6.4 (2007-07-31) (zip file) Release Notes. View code at the WP … [...]

  11. [...] Useful for those popular blog entries receiving many comments, or a simple … Version 2.6.4 (2007-07-31) (zip file) Release Notes. View code at the WP … More Blog Resources [...]

  12. By 自定义留言评论显示顺序 » Hacker ART on 21 January 2008 at 7:10 am

    [...] 这个最方便,使用这个paged comment插件,然后修改主题,就可以设置显示顺序了。 [...]

  13. [...] Paged Comments:为过长的评论分页。 [...]

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

  15. By 300 Adet Wordpress Eklentisi : Yılmaz Eres on 26 January 2008 at 11:49 pm

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

  16. [...] Paged Comments v2.6.4 (2007-07-31) by Keyvan Minoukadeh — Breaks down comments into a number of pages [...]

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

  18. [...] 설치는 쉽더군요. 그냥 플러그인 폴더에 넣고 플러그인 관리에서 동작(Active)만 시켜주면 됩니다. 하지만 동작하지 않았습니다. 메시지를 보니까 다른 플러그인 하나를 더 설치해야 한다네요. 댓글에 페이징 기능을 추가해주는 WordPress Paged Comments Plugin 이 그 놈이었습니다. [...]

  19. By Các plugin tốt nhất cho Wordpress @ NDK Blog on 3 February 2008 at 5:23 am

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

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

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

  22. By I 50 migliori plug-in per Wordpress | on 5 February 2008 at 12:42 pm

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

  23. By Creating a Guestbook in WordPress | Zwinkyness on 5 February 2008 at 9:38 pm

    [...] Save your file as guestbook.php or guestlog.php or whatever you want to call it, as long as it has the extension .php and does not have the same name as one of the files already present in your theme. Now, since I have the Paged Comments Plugin enabled (which you should do too: it automatically reverses comments, therefore putting the latest first and every 10 comments you can go to a next page, which is what guestbooks really need) this is where my journey ends. In case you do not enable the Plugin, I suppose your Comments Template needs a few more tweakings here and there, but I’m not getting into that since I have not really tried it myself when creating my Guestlog. [...]

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

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

  26. By Recommended WordPress Plugins | Loon Design on 8 February 2008 at 6:20 pm

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

  27. By Download Wordpress Plugins For Beginers | Scrapur on 11 February 2008 at 11:15 pm

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

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

  29. [...] Così, verso le 14 questo blog è andato offline (ed è rimasto tale fino alle 19) perché i tecnici di WebPerTe hanno rivelato un consumo abnorme di ram e cpu nel server che ospita il blog. Sono stato un pomeriggio in contatto con loro per proporre soluzioni. Alcuni giorni fa avevo rimosso un paio di plugin per alleggerire ulteriormente queste pagine, oggi ho inserito la paginazione dei commenti. Il server probabilmente dovrà fare meno sforzi dovendo servire delle pagine indubbiamente più piccole da generare. [...]

  30. By 4 schimbari de pluginuri | de ce? blog on 18 February 2008 at 9:53 am

    [...] 4. Ultima schimbare: am scos inca un plugin – pagged comments. Desi extrem de util pentru posturi de peste 50 de comentarii, cum ar fi unul de 1600 (spre exemplu), nu functiona cu wordpress 2.3.x si nu am reusit usor sa-l conving. Linkurile spre paginile de comentarii erau invalide. Poate daca isi face Keyvan timp pentru un update sau daca imi fac eu pentru a vedea care-i buba.. o sa revina. La esal.ro cumperi Asus EEE PC la cel mai mic pret de pe piata si drept cadou, iti dublam capacitatea de stocare cu un PenDrive de 4 GB [...]

  31. [...] Cevap: Beendiiniz WordPress Eklentileri yeni sitem için bunları seçtim.bazılarını şimdi kullanıyorum, bazıları ileride lazım olacak: – postratings (görsellik ve ziyaretçi katılımı için- sayfalara oy verme) – all-in-one-seo-pack (category, arşivi indeksletmeyi kaldırma özelliği çok güzelmiş, wpnin bence en eksik yönü dublicate oluşturması) – contact form – google-sitemap-generator – paged-comments-2.6.4 yorumları sayfalara ayırıyor, sayfalar uzamıyor bu sayede. – wp-sticky.1.10 (temayı düzenleyerek yaptım ama bu da işe yarar) – wp-table (postlarda tablo yapmaya yarıyor) – anket Programming Portfolio | lesterchan.net güzel pluginler yapıyor. [...]

  32. By Was gibts hier? | Carrillo-Castillo.de on 19 February 2008 at 6:53 pm

    [...] Paged Comments 2.6.4 Seitenleiste bei zu vielen Kommentaren  [...]

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

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

  35. By Too many comments! - Web Development Forum on 22 February 2008 at 11:31 am

    [...] I’ve found a plugin which can paginate comments … Keyvan Minoukadeh WordPress Paged Comments Plugin However I’m not having much luck figuring out how to do it without using the plugin. I’m sure it must be possible though so I’ll keep trying! __________________ http://ryanhellyer.net/ http://flytrapgrowing.info/ [...]

  36. By WP | Yorum Eklentileri | Net ve Web Serüveni on 2 March 2008 at 8:06 pm

    [...] WordPress Paged Comments Plugin: Bazı yazılarınız oldukça fazla sayıda yorum alabilir. Bu da sayfanın uzamasına neden olacaktır. Bu fazla yorumları sayfalara ayırmak için eklentiden yararlanabilirsiniz. [...]

  37. [...] Those regularly commenting on this blog may have noticed that I’ve added the Paged Comments plugin. [...]

  38. By » CommentLuv gets CommentSmothered! > FiddyP on 6 March 2008 at 10:58 pm

    [...] Too much content? I tried browsing to the CommentLuv page on my mobile phone once and it crashed with “out of memory” error and considering it has (atm) 199 responses, I thought that might be something to do with it. I know my stats sometimes give me a 500 internal server error when it takes a long time to load so that looked to be the problem. I downloaded a plugin called ‘paged-comments‘ and installed it, I particularly like the way you can stop it from paging every post and only choose which posts need paged comments by adding a custom field to the post editing screen. [...]

  39. By Liste de Plugins Indispensables Pour WordPress on 14 March 2008 at 12:16 am

    [...] Paged Comments : Permettre d’afficher des commentaires sous forme de pages avec navigation [...]

  40. By 我的WordPress插件 - 米老虎的BLOG on 19 March 2008 at 2:42 am

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

  41. By BBF Studio » Wordpress on Mac OS X localhost on 20 March 2008 at 4:53 am

    [...] b.) 加回你的 Plugins,這些是我曾用過的 plugins: WordPress Database Backup 1.7 TinyMCE Advanced 2.1 Paged Comments 2.5 Reversed Order Comments 1.0 其中強力推介的是 TinyMCE Advanced 2.1,wordpress admin 內 WYSIWYG editor。安裝及啟用後,可在〔管理〕〔TinyMCE Advanced〕中設定,功能十分強大。 [...]

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

  43. [...] Paged Comments This plugin is useful if you get a lot of comments on your blog. It breaks your comments into a number of pages. Imagine if your blog gets over a thousand of comments? You definitely need this plugin. [...]

  44. [...] Paged Comments – When posts easily get 300 comments the pages can have a tendency to get long. We limit things down to 50 per page. [...]

  45. [...] (1)KEYVANサイトさんよりVersion 2.6.4 (2007-07-31) (zip file) をダウンロードしました。 「paged-comments」ホルダに paged-comments-config-sample.phpファイル paged-comments.phpファイル languagesホルダ themesホルダ readme.txt の5点が格納されています。 [...]

  46. [...] comentarii si ceva probleme 20 Aprilie 2008 13:44 Paged Comments e fara doar si poate un plugin util cand ai posturi cu sute sau mii de comentarii – scurteaza mult [...]

  47. By Wordpress Thread Commnet FAQ : 偶爱偶家 on 24 April 2008 at 9:00 am

    [...] 》, 除了该文中提到的几个插件, 还有一个插件也是冲突的, 就是paged comments, 其他的我还没有发现, 应该还有。 Q: [...]

  48. [...] Paged Comments - تجعل قائمة التعليقات في مدونتك مقسّمة إلى عدة صفحات بدلا من أن تكون كلها معروضة مرة واحدة فتُثقل الضغط على مدونتك. [...]

  49. [...] se čte 1000 komentářů pod sebou), nainstalujeme si rozšíření WordPressu nazvaný “Paged Comments” (stránkování komentářů). Jednoduše plugin zaktivujeme a nastavíme požadované volby [...]

  50. [...] Este problema esta bien conocido por los utilizadores de WordPress, el remedio consiste en paginar los comentario para evitar de cagarlos todos de un golpe, entonce un blogger tuvo la idea de resolver este problema creando un script para nuestro querido CMS, este plugin se llama Paged Comments. [...]