Tag Archives: features

Post thumbnails changes

If you visited my site in the last 9 hours and found it displaying nothing but an error message, my apologies. It’s part of the danger of running my site out of the WordPress SVN trunk (i.e., beta code), and taking advantage of new features.

My site automatically pulls in the latest code changes from SVN at midnight. And it seems that sometime yesterday, all of the post_image_* functions were renamed to post_thumbnail_*, and I failed to wrap one of my function calls with function_exists() protection. [...]

Posted in WordPress | Also tagged , , , , , , | 8 Comments

WordPress 2.9 Media Embedding

As promised in my previous post on WordPress 2.9 features, this post will be a demonstration of the super easy media embeds coming in WordPress 2.9. What I find particularly interesting and useful about the new embedding feature, and oEmbed in particular, is that it is truly multimedia. [...]

Posted in WordPress | Also tagged , , , , , , , , , | 35 Comments

What’s the buzz?

WordPress

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 happening in the WordPress community. First and foremost is the upcoming WordPress 2.8 release. There are several nifty new features in there. The most notable (for me) are probably:

  • Built-in theme browser/installer
  • Drag-n-drop widget management
  • Syntax highlighting when using theme/plugin editor
  • Image cropping in media uploader
  • New theme functions for author metadata
  • New OOP WP_Widget framework for plugin authors
  • More support for custom taxonomies
  • New combined i18n/escaping theme functions
  • Script loading improvements

The first fourĀ  are the main “visible” features for this release. [...]

Posted in WordPress | Also tagged , , , , , , , | 9 Comments

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 have announced a survey to find out what features the community thinks is most important. It presents a list of several possible features (theme browser/installer, performance improvements, sortable columns in edit lists, OpenID integration, etc.) and asks how important you think each one is. [...]

Posted in WordPress | Also tagged , , , , , | 42 Comments

WordPress 2.7 Released

WordPressWell, that didn’t take long :)

With a few last minute fixes since Release Candidate 2, WordPress 2.7 “Coltrane” is officially released. This is probably one of the most ambitious releases to date, in particular due to the radically redesigned backend interface. [...]

Posted in WordPress | Also tagged , , , , , , , , , , | 14 Comments

Reactivate All Plugins feature in WordPress 2.5

Once upon a time, I whipped up a Reactivate All Plugins feature for WordPress, to compliment the Deactivate All Plugins action (which is recommended before an upgrade). Unfortunately, the patch didn’t make it into the WordPress 2.2 release. And I forgot to nudge anybody about it for the 2.3 release until it was too late. But, the plugin reactivation patch is slated for inclusion in the 2.5 release, due in March (BTW, you did know that version 2.4 is being skipped, right?).

That said, you might notice that I added a note on the feature request ticket. [...]

Posted in Plugins, Semantics, Tech, WordPress | Also tagged , , , , , , , | 49 Comments