More Testing Of 3.0 Beta

I spent yesterday installing and setting up a MU version of the 3.0 Beta. After discovering a couple of blogs that explained the piece of code that needed to be added to the config file, it was pretty much a piece of cake…Once I figure out that the edits I did to the .htaccess file had added a .txt to the back of the file name, that is. I had never noticed that Filezilla did that when I did a view/edit command.

Multi-Site Feature with Only One WordPress 3.0 Installation

Another big update in WordPress 3.0 is the merging of WordPress MU – a fork of WordPress that lets the user create and manage hundreds of thousands of blogs with a single install of WordPress – and the plain-jane WordPress.

This feature is not enabled by default. You can enable multi-site functionalities by adding the following line to wp-config.php.

define('WP_ALLOW_MULTISITE', true);

After updating the file, you will get a tab of “Network” under the “Tools” menu as shown below.

via WordPress 3.0: Ultimate Guide to New Features.

So far I am pretty impressed, though I am finding some issues with the latest stable install of my main theme. I see from a visit to their site that they have moved on a couple of versions as direct downloads…so that goes on tomorrows to-do list. Install the latest test build of Atahualpa and see if that fixes some of the issues I am having under 3.0 or does it really blow everything up. The only real issue I’ve seen so far is anytime I save a draft the post title is changed to “Auto Draft”. I am sure it is something in the custom field that Atahualpa uses for SEO…

I really like the new menu options. They make doing a custom menu a piece of cake…I’ll have to look into figuring out how to add the hooks into some other themes…

One of the things I’ll be looking at is cutting down on the number of plugins I am depending on and trying to trim the amount of JavaScript being called. Speed will be an issue in the coming years and I refuse to give up the photos I tend to post…

It is going to be an interesting summer in the blogging world…

Gary Boyd