16
Awesome New WordPress 2.9 Features Comming to a Blog Near you
0 Comments | Posted by JonG in Educational/Informative
This site is now running on WordPress 2.9-rare (which is our “pre-alpha” designation, for those of you who don’t know). WP 2.9 is in “feature freeze”, which means no new features will be considered for this version, and the developers will concentrate on finishing up the existing new features and any outstanding bugs. So far, it appears that all of my plugins are working just fine.
The main new features I’ve actually seen so far are the addition of the “Post Thumbnail” box in the writing screen, the new “trash” status for posts, pages, and comments, and the image editor in the Media Library. The image editor lets you do some simple manipulation such as flipping, rotating, scaling, and cropping an image.
If you would like to help out with testing WP 2.9, read the new post on the Dev Blog, Getting involved with the 2.9 beta testing, which will point you to the WordPress Beta Tester plugin. As the post says, don’t do this on a production site that can’t live with possible breakage — here be dragons!
That said, here is a partial list of new features coming in WordPress 2.9:
- Post Thumbnails: add an image to be automatically displayed with the post in various views (main page, archives, etc.). The WordPress logo on this post is added with this feature, plus a filter I added to my theme’s functions.php file.
- “Trash” status: deleted items such as posts, pages, and comments now go to the “trash”, and can be recovered later, much like delete files in most modern operating systems.
- Image editing: basic image manipulation for your media library. You can rotate, flip, resize, and crop images.
- Widgets outside of sidebars: there is a new template tag called
the_widget(), which allows you to put a widget anywhere in your theme.- Comment metadata: plugins and themes can now take advantage of arbitrary metadata for comments, just as for posts, pages, and users. This should make it easier to create plugins to highlight “popular” or “hot” comments, among other things.
- Custom post types: general support for post types other than ‘post’, ‘page’, and ‘attachment’. This plus the custom taxonomy support we already have will go far to address those to like to claim that WordPress is not a ‘real’ CMS. We’ll be able to organize content in ways that I can’t even think of right now (I need more time to brainstorm).
- Media Embeds: I haven’t had a chance to look over this all the way yet, but it’s basically Viper’s Video Quicktags folded into core (minus the editor buttons at this time), including support for the oEmbed standard. With oEmbed, you can just paste in the URL for a page containing embeddable media, and it can auto-detect the proper way to embed it in your post. Supported services so far appear to be YouTube, Google Video, PollDaddy, and DailyMotion. Plus, theoretically, any service that supports oEmbed, which currently includes YouTube, Flickr, Vimeo, Viddler, Qik, and Hulu, among others (according to the oEmbed site). Whoah, awesome! I’ll post a demo of this soon, but you can read Viper007Bond’s post now for more details.
register_theme_directory(): plugins can now add additional theme directories to be searched. This means that a theme can basically come bundled with its own themes. I’ve already got a project that’s been on the back-burner that can use this feature. I think we might seem some nifty uses appearing in the future.There will be other things, of course. For example, there are some optimizations to combine a lot of backend management code for post and pages, to eliminate some code duplication and streamline things a bit. But the features listed above are the ones that really stand out, and caught my eye.
So there you have it: a quick rundown of some of the new features coming in WordPress 2.9. There’s some interesting stuff in there. I’m sure we’ll see people using things like post thumbnails, widgets anywhere, and media embeds right away. And I think we can expect a slew of new plugins to take advantage of new features like comment metadata, custom post types, and the new theme directory support.
Which new feature are you most excited about? Is there something you know about that I didn’t mention here? Mingle, discuss!
Related posts:
- What’s the buzz?
” Here’s a quick post, just to let everybody know that I’m still alive. During my long silence here, a lot of things have been…”- WordPress 2.8 features survey
” With WordPress 2.7 in the bag, the development team is looking ahead to what features should go into version 2.8. To that end, they…”- WordPress 2.5 RC1
” The first release candidate for WordPress 2.5 was announced last night. The adventurous among you can download it for testing. New features include: Faster…”- New features in WordPress 2.0?
” A lot of people are still asking what the differences are between WordPress version 1.5.2 and version 2.0. I did mention that a lot…”- WordPress 2.6 Beta 1
“Last night Ryan Boren announced the release of WordPress 2.6 Beta 1. At first glance, you probably wouldn’t notice much diff
erence between versions 2.5 and…”
Awesome news out of Wordpress.org annoucing new features & functionality with the soon to be released Wordpress 2.9
That said, here is a partial list of new features coming in WordPress 2.9:
Post Thumbnails: add an image to be automatically displayed with the post in various views (main page, archives, etc.). The WordPress logo on this post is added with this feature, plus a filter I added to my theme’s functions.php file.
“Trash” status: deleted items such as posts, pages, and comments now go to the “trash”, and can be recovered later, much like delete files in most modern operating systems.
Image editing: basic image manipulation for your media library. You can rotate, flip, resize, and crop images.
Widgets outside of sidebars: there is a new template tag called the_widget(), which allows you to put a widget anywhere in your theme.
Comment metadata: plugins and themes can now take advantage of arbitrary metadata for comments, just as for posts, pages, and users. This should make it easier to create plugins to highlight “popular” or “hot” comments, among other things.
Custom post types: general support for post types other than ‘post’, ‘page’, and ‘attachment’. This plus the custom taxonomy support we already have will go far to address those to like to claim that WordPress is not a ‘real’ CMS. We’ll be able to organize content in ways that I can’t even think of right now (I need more time to brainstorm).
Media Embeds: I haven’t had a chance to look over this all the way yet, but it’s basically Viper’s Video Quicktags folded into core (minus the editor buttons at this time), including support for the oEmbed standard. With oEmbed, you can just paste in the URL for a page containing embeddable media, and it can auto-detect the proper way to embed it in your post. Supported services so far appear to be YouTube, Google Video, PollDaddy, and DailyMotion. Plus, theoretically, any service that supports oEmbed, which currently includes YouTube, Flickr, Vimeo, Viddler, Qik, and Hulu, among others (according to the oEmbed site). Whoah, awesome! I’ll post a demo of this soon, but you can read Viper007Bond’s post now for more details.
register_theme_directory(): plugins can now add additional theme directories to be searched. This means that a theme can basically come bundled with its own themes. I’ve already got a project that’s been on the back-burner that can use this feature. I think we might seem some nifty uses appearing in the future.
Posted via web from Jon’s Posterous & Intresting Internet Finds
No comments yet.
Leave a comment!
<< So What does Novemeber 11th & Rememberance Day Mean to you

If you would like to help out with testing WP 2.9, read the new post on the Dev Blog, 
