Archive for the ‘Wordpress Plugin’ Category

New Update To An Old Plugin

Written On Jul 16, 2008 // 5 Comments

I have been using this plugin, Oldest2Newest, and ran into a problem using it on any wordpress version higher than 2.3. I made a one quick tweak to the code in the plugin and now it is working just like it should. So take it with a grain of salt and if you have problems, leave me a note. I will see if I can get it tuned.

Oldest2Newest 1.2

edit: Tested it for Wordpress 2.6. Works great.

First To Comment Wordpress Plugin

Written On Feb 8, 2008 // 2 Comments

Took some time this late evening to toss together this simple wordpress plugin to show off the most recent people to make the first comment on the 10 most recent posts. This sort of encourages the bad behavior of people spamming sites with “FIRST!”, but whatever. I think it encourages a good fun atmosphere on this site and any other site that may use it.

This thing is extremely beta. I tossed it together based on the Freepress Blog Top Commenter’s widget. So if you run into bugs, toss me a note. I could use some feedback on how well it works on various Wordpress installs. Basically, what version you are using and whether or not it works. As of right now its working for WP 2.2+. Enjoy.

Install Instructions:

  1. Unzip the contents of this zip to your Plugins folder. I.E.- wp-contents/plugins/firsttocommentwidget.php
  2. Activate the plugin in your wordpress admin panel.
  3. Goto your Presentation -> Widgets Panel and drag the widget onto your sidebar panel and enjoy!
  4. Alternatively you can call this plugin using:
    < ?php get_firsttocomment_posts(’10′); ? >
    You can replace “10″ for however many posts you want the plugin to query for comments.

Download Plugin: firsttocommentwidget.zip