WordPress 2.5 : Preview the Admin Area

If you don't have an SVN install to play with next WordPress version (the upcoming 2.5 milestone), someone is here to help. Chris Johnston has set up a WP 2.5 demo site so you can log in the admin area and see what's changing in there. New colors, new look, new menus, new interface: this version will bring a lot…

WordPress Snippets

I'm a reader of the wp-hackers mailing list. Besides some fairly useless and unproductive advocacy or opinion threads happening on an annoyingly regular basis, the list is also a very great place to share code tips and snippets. Someone asks a "how do I do this" question, and someone else (sometimes) comes up with a smarter, simpler or shorter solution…

Prologue Theme Zip Download

The increasingly popular Prologue theme now has a dedicated website: Prologue Theme, with a convenient download link pointing to a .zip archive instead of an SVN repository. What I like about this theme is the idea they had to include a trimmed down version of the post interface right into the home page. I see a number of themes doing…

Deactivate Your Spam Shields For One Day ?

Some dude is going to deactivate his spam protection (Akismet) for one day, on December 15th, and the idea is actually starting to spread. What a pointless idea… I mean, everyone knows how many spam they're getting each day: Akismet as a WordPress plugin comes with a spam counter. I know I get between 100 and 300 spams every single…

Replying to Comments Has Never Been So Enjoyable: Introducing Absolute Comments

I'm extremely pleased and excited to (finally!) release my latest plugin, Absolute Comments, which is probably the most useful plugin I've written to date. I love it. Absolute Comments adds something that everybody misses: the ability to reply to comments from within your regular "Manage Comments" page, without having to load the post page first. It also adds to each…

Design Vitality is running a WordPress Theme Competition. Deadline: November 30th. Prizes: $1000, Wii, iPhone. Rules and details: here. (via)

#

WordPress Upgrade Script

If you have shell access to your webserver, upgrading to the latest WordPress build can be a matter of painless seconds. As usual there is more than one way to do it, and here is one of these ways — the script I am using. < View plain text > code #!/bin/bash CURDIR=$(pwd) SITE="http://yoursite.com/blog" echo Updating Wordpress in $CURDIR echo…