Archive for the "WordPress" Tag

Filed in: ,
Posted On: 2008 / 12 / 12

Getting to know if a function is deprecated, when it was introduced or when it was dropped is important for coders who want to maintain plugins and theme through several WordPress versions. For them, I've updated my WordPress Functions Implementation History Tool Now covering 45 versions of WordPress through 0.7.1 to 2.7 and more than […][...] → Read more

Argh, the dev team caught me by surprise: when I saw WP 2.7 RC2 yesterday, I thought I had a couple of days more, but they decided to release the final 2.7 a few hours later :) So, rather than respond to gazillions (or so) of comments asking about an upgrade, I've committed earlier this […][...] → Read more

Filed in: , , , ,
Posted On: 2008 / 11 / 16

Working with SVN on Windows is pretty much synonym to using TortoiseSVN I guess. If you are running a trunk version of WordPress, maintaining plugins or doing anything else collaboratively, chances are you're using this nice piece of software. When you log to you computer to get some coding work done, what is your first […][...] → Read more

Filed in: , ,
Posted On: 2008 / 11 / 05

A WordPress plugin that would let everybody log in as 'admin'… sounds stupid, right? It might, but this is what I really needed. When I'm testing something under different browsers, I hate it when I have to login multiple times (once with MSIE, once with Firefox…) to view the same admin page. So, basically, No […][...] → Read more

Filed in: , ,
Posted On: 2008 / 10 / 27

There's a very handy new function and feature in the upcoming WordPress 2.7: the favorite actions, showing a nice little drop down menu containing quick links to your, well, favorite tasks. By default, this drop down contains a link to "Add New Post", "Add New Page" and "Manage Comments". Hopefully and as usual, it's very […][...] → Read more

Filed in: , ,
Posted On: 2008 / 10 / 22

Theme authors (and most WordPress hackers in general) use "Template Tags" a lot (the bits like &lt?php the_something(); ?>. The main reference for them is the Template Tags Codex page, but after a wp-hackers discussion I found out about this nicely formatted Template Tag reference. All in one place and handy (not sure how often […][...] → Read more

The unstable version of WordPress is now showing version "2.7-almost-beta" and you pretty much see most of what it's going to be. Basically… WordPress 2.7 is killing my plugins! Absolute Comments probably won't get updated for 2.7 since most of its feature will be built-in. Almost 3 years ago I wrote the first ever Admin […][...] → Read more

Filed in: ,
Posted On: 2008 / 10 / 06

Matt Martz has put up a very cool tutorial on segregating comments from trackbacks with WordPress 2.7 (something that has always been on my todo list, actually). Another handy read for theme authors.[...] → Read more

Filed in: , ,
Posted On: 2008 / 09 / 29

WordPress 2.7 (release date: November 2008) will bring a load of new features, and most of the cool new bits will concern comment managements. On the public side of your blog, you will be able to show them threaded and paged without any extra plugin. Well, at least if your theme is able to do […][...] → Read more

Filed in:
Posted On: 2008 / 09 / 08

Two hours ago WordPress 2.6.2 was committed. It's yet to be announced on the Development Blog but anyway, this is a very urgent mandatory upgrade. Let's all salute the responsiveness of the core team: version 2.6.2 was released about 5 hours after a critical bug affecting 2.6.1 was filed. Upgrade![...] → Read more