Weblog Archive

A tribute to the plugin authors

Thu, 2 Jun 2005 at 10:20 • Filed under Plugins, Weblog

No software is complete without the plugins. They provide you the necessary play, functionality, geekiness, flair and most of all, extra layer of protection. These ubergeeks provide me their best code that protects me, thrills me, awes me and makes my site cool.

My heartfelt thanks goes out to:

Thanks guys, you make my blog software a pleasure to use.

This list was updated on May 9th, 2007.

[ Ads ]

Related posts

Following list is auto-generated, based on this post's context as possibly related. You may, however, occasionally find some in this list unrelated, but nevertheless, we sincerely hope that you'll enjoy them too.

5 responses to “A tribute to the plugin authors”

  1. Kat said:

    Hi there, I was wondering if you’ve ever used this plug-in. I would like to use it within the Plain Vanilla layout I’m using but I’m not sure what code I should be pasting and to what file. Any help would be appreciated!

  2. Chetan said:

    Kat: Use the following in your sidebar.php:

    <?php if (function_exists('get_recent_comments')) { ?>
    <h3><?php _e('Recent Comments'); ?></h3>
    <ul>
    <?php get_recent_comments(); ?>
    </ul>
    <?php } ?>

  3. Kat said:

    Thank you for your help!

  4. Iacovos Constantinou said:

    Thank you for mentioning my plugin. An update should be available soon, so keep tuning up ;)

  5. Chetan said:

    Iacovos Constantinou: Thank you, your plugin is one of the best.