Archive by Author

WordPress 3.0 and flush_rewrite_rules

I thought I would document this experience I had when upgrading some sites to WordPress 3.0.
After WordPress 3.0 came out I took some time to upgrade blogs I manage and was impressed how well the upgrades fared. No issues, fair warnings and ultimately upgraded sites. However, on one of my development sites, after the upgrade, [...]

WordPress, breadcrumbs and wp_reset_query

I came across weird behaviour recently relating to breadcrumbs. In a site I was working on the breadcrumb functionality (provided by a plugin) was not consistent – it was incorrect on single post pages but correct on category pages. It didn’t make sense. There are not many options for the breadcrumb plugin so it was [...]

What to do if your blog has been hacked

I’ve recently worked on a couple of blog sites that had been victim to malicious activity. The evidence was different in both cases and for one consisted of search results that promoted drugs that enhance performance. And we’re not talking about blog performance For both sites there was hidden text and html code [...]

What is the best way to speed up my blog?

Blog performance break the speed limit

There are times when you see your blog fly and other times it seems like it’s taking to an age to load. In your email you’ve got mail from users saying that the blog performance is degrading and not as good as it used to be. You keep checking that your blog cache program is [...]

Integrating WordPress and Google-hosted jQuery 1.4

The release of jQuery 1.4 brings many javascript improvements in performance, better handling of attributes, manipulation of DOM events and many more. Head over to the jQuery site for more details and a breakdown of the new features and improvements.
That’s great and we all like speed and flexibility improvements. Now, how would you like these [...]

WordPress 2.9 – adding image thumbnails to your blog

One of the new features of WordPress 2.9 and above is having a thumbnail associated with a post. It’s common to have themes that retrieve the first image found in a post and use that as the post thumbnail. But that may not be what you need. The inclusion of images in any post makes [...]

WordPress Security

Security Key

There’s nothing like starting out the New Year securing your WordPress blog. We all know that WordPress is really quick and easy to install but out of box it’s not necessarily configured to be fully secure or as secure as it could be. Keeping WordPress secure is not a full time job but a few [...]

WordPress 2.9.1 update

This point release is now available for download from wordpress.org. This point release was the result of lots of feedback from the WordPress community relating to the curl / PHP / webhost issues as well as problems with post scheduling (a feature I’m sure many use) and pingbacks (used to share your posts).
I used Tools, [...]

WordPress 2.9.1

No sooner than WordPress 2.9 was released, an updated point release was announced to resolve issues on some versions of PHP’s curl extension. Bizarre. I mean who would’ve thought after all the beta testing and release candidates that this kind of issue would only show up once released to the public. Hence WordPress 2.9.1 was [...]