What Is New in WordPress 2.7
This release, codenamed 'Coltrane', is a major overhaul focused on the administrative interface and core development tools.
| Category | Key Changes |
|---|---|
| New Features | Automatic Upgrade, Redesigned Admin UI, Comment Threading, QuickPress, Plugin Installer |
| Improvements | Navigation Menus, Shortcode API, Theme Update Notifications, Keyboard Shortcuts |
| Developer | XML-RPC API, Hook System, WP_User_Query, screen_icon() |
| Bug Fixes | Over 400 tickets closed addressing various core bugs |
How is the admin interface different now?
The entire WordPress admin was redesigned from the ground up. The navigation was moved to the left side, creating a more modern and spacious layout for managing content.
This new design introduced a customizable dashboard with drag-and-drop modules. You can finally arrange the welcome box, recent comments, and other widgets exactly how you want them.
What new tools are there for managing comments?
Comment threading and paging finally arrived. This allows for nested replies, turning flat comment sections into proper discussions.
You can also approve, spam, or delete comments directly from the management screen without reloading the page. It saves a ton of time on sites with heavy discussion.
How does the new update system work?
WordPress 2.7 introduced one-click updates for the core, plugins, and themes. The system handles file permissions, downloads, and replacements automatically.
In practice, this eliminated the old, manual FTP process for most users. It also added update notifications directly in the admin, so you know immediately when a new version of a plugin is available.
What did developers get in this release?
Shortcode API
The Shortcode API was formalized, making it easier to create complex content tags. This is the foundation for the shortcodes we use everywhere today.
New Hooks and Classes
New hooks like pre_get_posts and the WP_User_Query class provided more powerful ways to modify queries and user data retrieval.
FAQ
Is the automatic update process secure?
Yes, it uses the same security checks as the manual process. It verifies file integrity and handles credentials securely, making it a reliable replacement for FTP.
How do I customize the new admin menu?
The menu is customizable for users. Each user can drag menu items to their 'Favorites' section at the top for quick access to their most-used screens.
What is the QuickPress dashboard widget?
It's a mini-post editor on the dashboard. You can quickly draft a post, add a image, and publish or save it without navigating to the full Posts screen.
Are there any new functions for theme developers?
Yes, comment_form() was introduced to output a complete comment form, standardizing its markup and making it easier to customize.
How does the new Plugin Installer work?
You can now search, install, and activate plugins directly from the admin. It connects to the WordPress Plugin Directory, letting you browse by featured, popular, and newest.