WP Equal Columns

belen_propsThis is my first attempt at creating a wordpress plugin.

equalcolumns_image
Its very simple, but its saved me quite a bit of time when developing new themes.  Basically this plugin will equalize the columns in your theme to ensure that they are of equal lengths.

NOTE: Your theme must use the following column names: “rightnav”,”bodycontent”,”leftnav”,”sidebar”,”sidebar1″,”sidebar2″,”content”.

You can modify the equalcolumns.js Line 2 to contain any column definitions you may have for your theme.

Installation Instructions

1. Upload the full directory into your wp-content/plugins directory
2. Activate the plugin at the plugin administration page
3. The plugin will automatically equalize your columns in your currently active theme.
4. this Plugin is so simple, it doesn’t require any additional configuration.

Compatibility

I’m using it on version 2.7.1, however, it should be backwards compatible to all versions of wordpress.

License

This plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. However, if you truly enjoy this plugin, you won’t offend me by leaving me a thank you note, or by leaving me with a small donation to encourage me to create more plugins.
:D

Changelog

New in Version 1.0 | April 22nd 2009

  • Inital Release