Follow Me on Twitter!

Plugin Name: Latest Comments
Plugin URI: http://www.cypherhackz.net/?p=35
Description: Returns a list of the latest comments from your blog comments. You can set how many comments to be displayed.
Version: 1.0.1
Author: Fauzi Mohd Darus
Author URI: http://www.cypherhackz.net

Download Link: Not Available

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to StumbleUpon

Subscribe me feed! If you enjoyed this article, get latest updates via RSS feed or by email.

8 Responses to “WP Plugin: Latest Comments v1.0.1”

  1. Mapache
    July 16th, 2005 | 2:15 am |

    hey man, theres a dead-link with the downloading plugin, i’m very interesting with that plugin

    thanks for all..

  2. misvid
    July 18th, 2005 | 6:48 pm |

    me too, where is it??? ;)

  3. Administrator
    July 19th, 2005 | 12:57 pm |

    currently i cant get access to my ftp server. sorry…. :(

  4. m.a.
    August 1st, 2005 | 9:58 pm |

    Nice plugin, just one minor gripe with it – it does not check if the comment to be displayed should actually be displayed. Just noticed this, when I saw a spam-flagged comment on my frontpage.

    To deal with this just insert between the following two lines:

    $request = "SELECT comment_post_ID, comment_author, comment_content, comment_date FROM $wpdb->comments ";
    $request .= "ORDER BY comment_date DESC LIMIT $max_comments";

    this additional line:


    $request .= "WHERE comment_approved = '1' ";

    Voila, no more Spam-Comments in your recent comments.

  5. zikri
    August 17th, 2005 | 7:48 pm |

    cypherhackz aku nak tanyer macam maner nak letak code plugin ni katpage aku ….