Tag Archives: website

Fixed Articles plugin for WordPress

I am a big fan of the Articles plugin by Alex King. The plugin has sadly stopped working in the last couple of WordPress versions. I have modified it to work with the current version (2.7), and you can download the modified version below.

You can see the articles plugin in action in my articles page. I still need to find and tag all posts which should be included in the list, but you get the idea.

Just replace the original articles.php with the following file to make it work again.

[articles.php.zip]

WordPress 2.7 released

WordPress 2.7 was recently released, and now even I have made the upgrade! If you follow my blog, you probably know that I just love WordPress (even with the bugs in Safari), and with the 2.7 upgrade it has gotten even better!

The whole admin backend is completely rewritten to among other things make it faster to navigate. The WordPress blog writes the following about the 2.7 version:

The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will take fewer clicks and be faster in 2.7 than it did in a previous version.

Next you’ll begin to notice the new features subtly sprinkled through the new interface: the new dashboard that you can arrange with drag and drop to put the things most important to you on top, QuickPress, comment threading, paging, and the ability to reply to comments from your dashboard, the ability to install any plugin directly from WordPress.org with a single click, and sticky posts.

Upgrading to the newest release was easy as ever, since I track the Subversion tree. I just run the “svn switch” command, and presto — Subversion changes the release!

The following video shows more new features in the new admin interface, such as one-click WordPress upgrade and changeable interface.

So go ahead and download WordPress now!

Upgraded to WordPress 2.6

So I have just updated my blog to WordPress 2.6, and it was a very easy transition. Since I’m tracking the Subversion tree, all I have to do is:

svn sw http://svn.automattic.com/wordpress/tags/2.6/ .

More information on how to trach WordPress using Subversion is available in their documentation.

Everything seems to be working except for is_human(), but since I’m using Akismet for the time being, there is no rush to find a replacement. There seems to be quite a few plugins available in the WordPress plugin directory though, so I have to look through them.

Updating WordPress to 2.5

I am in the process of updating wordpress to 2.5, which might lead to some interesting errors or other strange things. Hopefully most things will go smoothly though.

It seems that it won’t display the static pages for some reason, but other things seems to be working fine.