Annoyances and weird stuff

So somebody copied virtually all the code from my robots meta plugin, put it in a “Platinum SEO” plugin, and conveniently forgot to attribute the code to me… The GPL isn’t that hard to deal with, but somehow, people manage to fuck even that up. I’ve emailed them and posted a formal complaint to the…

Crawl Rate Tracker

My friend Patrick Altoft and I were talking about his crawl rate tracker plugin yesterday, discussing some possible new features. He mentioned that it didn’t work on 2.5, more specifically, that the install failed on 2.5. Luckily, Mezza had e-mailed him a fix, I tested it for him and it proved to work. Next to…

My redesign: the homepage

Quite a few people have been e-mailing me how I managed to get my homepage design done in WordPress, especially with the different featured blocks. So, since this site is all about sharing, let me show you! This is all done in the index.php file of my theme. The first block, the intro, is just…

WordPress Goodies

A small update to say I’ve fixed one plugin and added another resource for WordPress fanatics. First of all, I used to think that with the release of WordPress 2.3 and 2.5, the need for my Permalink Redirect plugin had gone away. However, I noticed that some friends of mine had loads of indexed URL’s…

Treat those first time commenters with respect!

I’ve been using comment relish for a while, and used to be quite pleased with that. It has some bugs though, and it was just a tad bit more spammy than I actually wanted to be. So when Alejandro Reyes asked on Twitter: I thought, I don’t know of any plugin that does that, but…

Replacing plugins with template code: Gravatars

Lately I’ve been trying to reduce the number of plugins I’ve got loading to speed up my WordPress a bit, especially those plugins that do “stuff” in my theme. I’ve been replacing these plugins with template code, and this is the easiest fix I had so far: I replaced a 40k gravatar plugin with one…

Sociable update

I’ve updated Sociable last night, it now includes a few more social sites, mostly small ones, but also two big Spanish sites: Menéame and BarraPunto, the Spanish version of Digg and SlashDot. The best new addition is terribly simple but fun though, it’s the forward by email button you now see below this post too.…

Custom WordPress database error pages

WordPress 2.3.2 introduced a nice new feature which has been on my todo list for quite a while, and I’ve now finally gotten around to: the possibility to create a custom database error page. The idea is simple, you upload a file called db-error.php to your wp-content directory, and that file will be shown when…

Added a print CSS style sheet

Today, I checked an item off on my todo list that had been on there way too long: I created a print style sheet for this site. Every time I write an article that is longer than 5 paragraphs, I get emails from readers asking for a better print style sheet. Until just a few…

WordPress 2.5 Plugin Settings Pages Style Guide

Fellow plugin authors beware! Your plugin settings pages might look pretty awful in WordPress 2.5′s new admin theme… Currently, I’m working on making all my plugins work and look good in it, and I had to do a bit of research. There’s a page on migrating plugins and themes on the WordPress codex, which can…