Tag Archives: Wordpress

Kalambo Consulting

I recently had to setup a WordPress site for an accounting professional who wanted his own web presence. The overall scope of the project included registering the domain name, managing the hosting of the site, setting up WordPress, utilizing a custom theme from the theme gallery, and setting up the taxonomy (categories) and folksonomy (tags) for the site. The primary plugins that were used include:

Fluency Admin – to provide a more user friendly admin screen.

Capability Manager – to manage the roles and capabilities for each user of the site.

Contact Form 7 – to manage the custom contact form used on the site.

Upgrade WordPress

Good advise from Matt Mullenweg on how to keep WordPress secure, especially in light of all the news regarding a new worm making its way around.

If you’re hosting your own version of WordPress, one-click upgrading, via the dashboard interface is really easy. For everyone else, ask your hosting provider to provide the latest version so you can run the updates accordingly.

Redirection Plugin for WordPress

Earlier this week I installed the Redirection Plugin for WordPress to handle some broken permalinks caused as a result of changing the URL structure for my domain.

There’s some great information about customizing the plugin at Redirection Plugin and Regexes. For my purposes, I was trying to redirect posts like:

http://www.leonelson.com/2009/02/title-of-this-page.html

to:

http://www.leonelson.com/2009/02/title-of-this-page/

Here are the settings that worked for me:

Source URL: ​/(\d*)?​/(\d*)?​/([A-Za-z0-9-]*).html

Target URL: /$1/$2/$3/

WordPress 2.2 Upgrade Gone Bad

I normally upgrade to the latest version of WordPress hours after it’s officially announced on the WordPress Blog. WordPress upgrades are generally seamless – Deactivate your Plugins, Upload Your Files, Run the Upgrade Script, Activate your Plugins and you’re good to go. However, with the recent 2.2 release, I encountered various problems that seem to stem from plugins that need to be updated to work with the 2.2 code (e.g. Ultimate Tag Warrior 3 and K2). So until the plugins are updated I won’t attempt an update anytime soon. Time to restore my earlier backup of WordPress 2.1