Smart Archives Reloaded: Version 1.9

Lots of goodies in this release, based on the feedback and requests I got from you guys (and gals).

First off, there’s a new format called “menu”. It’s basically the year and month menu from the fancy format, but without the post list. It’s meant to be displayed on year and month based archives.

Read full post...

Front-end Editor: Version 1.6

The number of editable elements continues to grow with this version of your favourite inline editor for WordPress:

Besides tags and terms, you can now edit categories as well, using the same interface. They all have autosuggest enabled, to make it easier to work with.

Custom fields with multiple values can also be edited now.

Read full post...

The Idea Behind WP Questions

I was just reading this inspiring article called Five things Free Software taught me. One of the things that stuck with me is the idea that knowledge tends to spread, beyond any obstacle.

So instead of working to prevent this spread, why not encourage it?

Read full post...

scbFramework: Version 1.4

The plugin toolkit has been getting a lot of useful classes recently, so I though a version bump was in order.

scbUtil is a collection of useful little functions that I was using in a lot of my plugins. My favourite is the debug() function. Then there’s html() and html_link() for HTML generation.

Read full post...

Handling plugin options effectively

The more popular a plugin is, the more options it seems to have. This goes for themes too. Managing options is apparently brain-dead simple, using add_option() and friends.

However, when you find a plugin specifically wrote for cleaning up the Windows registry WordPress options table, you know it’s not all rainbows and unicorns.

Read full post...

Front-end Editor: Version 1.5

Straight from the lab, we bring you the latest and greatest in front-end editing:

Currently, there is no easy way to change an image from your theme. You have to either override the image file through FTP or locate the code in your theme and modify it.

Read full post...

Merge Tags: Version 1.1

While frantically merging tags on a site using this plugin, I realised that it would be easier if you could use the checkboxes, instead of typing each tag by hand.

Now it’s possible.

Read full post...