Wordpress 3.0 Features Walk Through

Wordpress 3.0 Features Walk Through

Wordpress 3.0 is all set release on May 1st 2010 with lots of breathtaking improvements and exciting new features which will surely bring this platform one step ahead. So, what actually we can expect to bundle up with this release? Here is a walk through!

1. Wordpress.org and Wordpress MU Wedding

Yeah Wordpress MU and Wordpress.org are all set to tie up with each other. Almost over a year of hard work the floks at Automattic are all set to merge their standalone blogging platform Wordpress.org with multi user platform Wordpress MU. This feature will come handy specially for large blog networks.

It is an add-on for the existing users which means it won’t hurt them if they don’t want to use it. The upgrade process will be smooth and won’t cause any difficulties to existing users. Most importantly it will be a win win situation for Wordpress MU users as they can now easily use Wordpress.org plugins out of the box needless to modify.

2. Choose Username and Password while Installing

Earlier when you do new installation Wordpress automatically choose ‘admin‘ as default username and generate a random password, however in 3.0 it allows you to choose custom username and password while installing Wordpress.

3. New Default Theme

It’s time to bid adieu to Kubrik theme which comes up default with Wordpress. Wordpress 3 has been packaged with a new theme called “Twenty Ten”. This new theme is really outstanding and minimalist at the same time. Twenty Ten has some outstanding features such as Custom Background, Custom Header, Simple and Clean Look, Multi Widget Areas Supported, Two-Columns and Drop Down Menu.

4. Custom Background

Wordpress 3.0 now adds support for custom background for themes. To enable custom background functionality to your theme you just have to add following code in your theme’s functions.php file:

add_custom_background();

And it will enable “Background” option in Wordpress admin “Appearance” tab.

5. Custom Post Types

This is another feature which will boost up Wordpress as a CMS. This feature is due since Wordpress 2.9 it allows you create different post types such as Portfolio, Products, Reviews etc. all you have to do is to just add following code in your functions.php file:

function post_type_portfolio() {
    register_post_type( 'Portfolio',
                array( 'label' => __('Portfolio'), 'public' => true, 'show_ui' => true ) );
    register_taxonomy_for_object_type('post_tag', 'Portfolio');
}

Checkout more complex and advance use of Post Type feature here


6. Navigation Menu

This feature is inspired by WooTheme’s WooNav which allows you to create different menu items containing Categories, Pages, External or Internal Link. It also support a widget so that you can place these menus in your sidebar as widget.

7. Author Templates

Earlier we had category specific templates which we use to develop category based templates using category-slug.php now Wordpress 3 brings the same functionality for author based templates now you can create author based template files such as ‘author-chef.php‘.

Other Features Worth Mentioning

  1. Welcome Guide: Now every Wordpress installation will have a Welcome Guide for which helps newbies to understand Wordpress better.
  2. Core (Canonical) Plugins: Plugins will now developed by community rather than sole developer, so you can now expect updated plugins every time.
  3. Deactivate plugins to Edit: In Wordpress 3 plugins can not be edited until they are active so you must first deactivate them to be able to edit.

Thanks to Jane Walls for confirming about unavailability of these features.

Useful Resources

Sid
March 31, 2010 8:31 AM

Canonical Plugins .. ? .. Canonical – the Ubuntu community .. :-? ..

Erik Gyepes
March 31, 2010 11:29 AM

Really nice and useful features. Wordpress will be finally a much more robust CMS and so there will be much more possibilities to use it for more complicated templates without need to extend it.

Chad McCullough
March 31, 2010 12:20 PM

This is exciting. Most of my clients are running WP. I just downloaded the latest 3.0 build and will give it a try on my test domain.

Jordan Walker
March 31, 2010 13:09 PM

Word Press is an amazingly dynamic and evolving CMS. Looking forward to more updates.

Konstantin
March 31, 2010 13:23 PM

Here’s a detailed article about Custom Post Types in WordPress 3.0 ;) You might want to add that to the list

Gervet
March 31, 2010 13:24 PM

Beautifull. I love wordpress

Brian
March 31, 2010 16:28 PM

Roll on the 1st May, some of these changes look great. I will personally be very glad to see the back of the Kubrik theme, it was pretty boring.

Scott Webb
April 2, 2010 16:03 PM

I’m interested in learning more about the custom post types!

Rob Parker
April 4, 2010 18:44 PM

It all sounds great doesn’t it! On the Custom Posts bit, I found this Custom Post Type UI Plugin a couple of days ago, this looks a fantastic way to add the Custom Post types without the need to code. Have a look at http://wordpress.org/extend/plugins/custom-post-type-ui/

Jane Wells
April 4, 2010 20:10 PM

Hi. I think you might have been working from some semi-outdated information. The welcome guide was an idea proposed for 3.0, but was not accepted as part of the scope. That will hopefully appear in a future version. As well, core plugins (no longer referred to as canonical) are not releasing with 3.0; we simply began working on a pilot program at the same time. The menus screen will also be changing–it appears your screenshot is from a pre-beta alpha version, as our beta release has messaging to this effect on the screen. You can also edit active plugins. The disappearance of the Edit link was temporary and was fixed before we released the beta with this changeset: http://core.trac.wordpress.org/changeset/13874

    Wordpress Chef
    April 4, 2010 20:21 PM

    Thanks Jane for correcting and confirming us about the upcoming release. It’s good to see some one from the official camp.

xuco martin
April 18, 2010 17:31 PM

Fantastic everything but I wonder if in the future bear HTML5

[...] could expect in the upcoming release? WPCookies has answered this question with a great post on “Wordpress 3.0 Features Walk Through” which gives a brief guide on the upcoming features of Wordpress [...]

[...] Wordpress 3.0 Features Walk Through [...]

[...] Most important: Earlier press releases stated the WordPress 3.0 would come with a users guide. There will not be a Users Guide released with WordPress 3.0 [...]

Leave a Reply