Moved from Drupal to WordPress, and the top ten reasons you might want to do the same

If you’ve followed my previous posts here, you know that I’m a big fan of the Drupal content management system (CMS). Drupal is powerful, well architected and easy-to-extend. So, what’s not to like? Well, the complexity for one.
Don’t get me wrong, I’m not trying to rag on the drop. I still appreciate what Drupal brings to the table for large, complex or community-oriented projects. But it’s waaay overkill for a simple blog site. Maybe even a simple web site.
That’s no big revelation, and most ardent Drupal supporters will readily admit this. In fact, I knew it myself when I began using Drupal 4.7 back in 2006. But back then I felt there were no interesting alternatives.
On of the alternatives I looked at back then was WordPress, which must have been in version 2.0 at the time. When comparing it and Drupal, I recall really liking the architecture of Drupal, and the ease with which it could be extended through modules. WordPress on the other hand, didn’t seem to have a coherent architecture. WordPress seemed simpler, yes, but it was on the other side of that “simplicity line” which felt limited in capability and constraining.
Fast forward three years. With a number of Drupal sites and some additional years of blogging under my belt (yes, I know… not enough posting!) I took a fresh look at WordPress to see if it could help simplify things. I was pleasantly surprised; WordPress had matured well over the years. The administrative interface in particular was a sight for sore eyes, as anyone who has ever administered a Drupal sight can attest.
So what the heck, I undertook the process of migrating this blog from Drupal to WordPress a couple of weeks ago, and with great success. This blog is now powered by WordPress (initially 2.8) and the following are the top ten reasons I’ll benefit from the move:
- Updates — ÂÂÂÂ Updating from one version of Drupal to the next is a pain in the butt. You need to log into your account via ssh, download (or upload) the files, move stuff around to make sure you’re not clobbering customizations, modules or themes, unzip, then update via the web. I had develop a streamlined way of organizing my Drupal files using symlinks to make this all easier, but it’s still a pain. With WordPress you click an “update” link in the admin dashboard and you’re done.
- Administration — Speaking of the admin dashboard, administration of a simple WordPress site is a dream compared to doing the same in Drupal. The admin interface is very clean and everything seems to be only one click away. The post listing is very clean and bulk actions are easily applied to multiple posts found via search. Your admin console is also nicely tied in to wordpress.org, allowing you to review wordpress news and updates, and browse for new plugins and themes without leaving the comfort of your site. It sounds like much of this is new with 2.7.
- Spam control — Spam has been a major pain point with every Drupal site I’ve ever administered. WordPress’ anti-spam system, Akismet, has a Drupal module associated with it, but it never seems to work — the spam just gets right through. There is an analogous system to Akismet called Mollom that is written by Dries — the creator of Drupal — and others, but it also leaves a lot to be desired in the spam-blocking department. And both of these have very clunky admin tools — reviewing flagged spam just seems slower, harder, and more painful using either of these solutions for Drupal when compared to WordPress paired with the native Akismet. But so far WordPress and Akismet have been dead accurate for me, with no spam getting through and no obvious false positives to date.
- Tags and categories — Yes, Drupal’s Taxonomy system is much more powerful than WordPress’ tags and categories, but it exacts a heavy price. Taxonomy is much harder to deal with and manage than the native WordPress tools.
- Plugins — Plugins in the WordPress world are much easier to use because the WordPress Plugin Directory is fully integrated into your sites admin console. Click “Add New” from the Plugins menu, search or browse for what you want, and there is a single button install that allows you to easily try new modules. With Drupal you’re sshing into your host, downloading, installing, enabing, etc. and updates are just as painful.
- Themes – Above applies to themes as well. Plus there are FAR more free/cheap and good looking themes available for WordPress than Drupal.
- Notification — One problem I’ve had with Drupal sites is getting an email notification when a new post is made. This requires a module and none of the ones available is very good. This is built in to WordPress right out of the box.
- File editor — I can list reasons why you wouldn’t want to use this (e.g. source control) but the WordPress admin console has a built in file editor that lets you make quick changes to things like CSS files or plugin files. I’ve used it several times and it can save a lot of time.
- Installation — Not quite an ongoing benefit, but worth commenting on. WordPress installation is drop-dead easy. Drupal is trying to get there and has made leaps and bounds over the past couple of years, but WordPress installation is far ahead.
- Community — The WordPress community is very large and it’s pretty easy to find help and how-to information. This is a bit of a mixed bag though, because while the WordPress community is way larger than the Drupal community it is also not quite as technical since the bar is a bit higher to get going with the latter. As a result, the signal-to-noise ratio can be a bit lower in the WordPress community and you have to wade through more fluff to find what you’re looking for.
I still maintain a number of Drupal-based sites for work and personal interests, and still think it’s a great tool. But for me the recent advances in WordPress make it an easy decision to use it for my personal sites.
Anyone else make or considering making a move in one direction or the other?
Situation: You found a great new theme for your Drupal-based blog or Web site. You give it a whirl and it looks awesome, but it needs a few tweaks before it really becomes your own. Since the tweaks you’ve got in mind are so minor, you open up the style.css in vim, pull up Firebug, and start hacking in your edits.
when it should look like this:
. I hope it's an easy fix. Easy or hard, I'm not doing it tonight!