Skip to content

WordPress Security Tips

Search Google for WordPress security tips or the like and just about every article you come along will tell you that in order to have a secure blog, you need X amount of plugins. I disagree. I use none yet I'm satisfied I have a reasonable level of security. I use a number of techniques to keep the site safe, which I'll discuss over the course of the post.

(read more)

Stopping WordPress Comment Spam

I recently set up a blog for my band, Ellipsis. Just using a simple theme which I customised a little so it worked better as a band website. There's also a load of fancy CSS3 goodness, naturally. I ran into a problem, though. The blog was getting a ton and a half of comment spam. All of it was being blocked by Akismet, which is great, but that wasn't stopping it getting there in the first place. This is where we roll out the super-duper-ways-of-stopping-comment-spam.

(read more)

Customizing the “Subscribe to Comments” Plugin

Have you wondered how to change the layout of the WordPress plugin subscribe to comments subscription manager? There's no easy solution provided by the author of the plugin. So after looking at its core file I found out it's actually quite easy by using an extremely simple tweak. With this tutorial I'm going to show you how you can give it a nice custom design.

(read more)

Add A Meta Box In WordPress

Create your own in-post options in WordPress; this tutorial will show you how to add your own 'boxes', 'meta boxes', 'in-post options'; whatever you want to call them, to your own WordPress theme. All through the power of custom fields.

(read more)

Smashing Custom Fields

Just a quick note to let you know that my first article on SmashingMagazine has been published. It's all about custom fields. Specifically, Extending WordPress With Custom Fields, a great little topic. In the post I go through just about everything I can think of that's awesome to do with custom fields. One of the topics, setting a different background with each post is something I'll expand on here on Shout at a later date.

(read more)

Backwards Compatible WordPress 3.0 Functions

We all know that WordPress 3.0 is coming and there are a whole plethora of new features, but actually adding them to themes? I had to do that today in an update to WPShift's ShiftNews. Trouble was I wanted to ensure the theme remained compatible with 2.9 and below, which meant I needed some good ol' conditionals. In this post we'll find out how to make backwards compatible 3.0 functions.

(read more)

Most Commented Posts The Right Way in WordPress

Just a very quick tip but nonetheless an important one. Many of you will be using any number of plugins or the database query that's been doing the rounds recently to display your most popular posts. That code/plugin is no longer needed as WordPress' query_posts can now display your most commented posts.

(read more)