3.1.4

Latest release in branch 3.1
Released 14 years ago (June 29, 2011)

Software WordPress
Branch 3.1
First official release version 3.1.0
First official release date 15 years ago (February 23, 2011)
Release notes https://wordpress.org/documentation/wordpress-version/version-3-1-4/
Source code https://github.com/WordPress/wordpress-develop/tree/3.1.4
Documentation https://wordpress.org/documentation/
Download https://wordpress.org/download/releases/#branch-31
WordPress 3.1 Releases View full list

What Is New in WordPress 3.1

WordPress 3.1, "Reinhardt," introduces a streamlined writing experience, advanced content querying, and significant under-the-hood improvements for developers.

Category Key Changes
New Features Admin Bar, Post Format UI, Network Admin, Internal Linking
Developer Tools Post Type Archives, Advanced Queries, Custom Taxonomies
Improvements Streamlined Writing, Cleaner Code, Import/Export
Bug Fixes Over 120 bugs addressed across the platform

How does the Admin Bar improve the user experience?

The Admin Bar is a persistent toolbar at the top of the screen that provides quick access to key administrative functions while you browse your site. This means you can jump to create a new post, manage comments, or edit your profile without navigating back to the dashboard. In practice, it significantly cuts down on context switching and makes site management feel more integrated.

What are Post Formats and how do they work?

Post Formats are a theme feature that allows you to style different types of content, like a standard blog post versus a link or a quote, in unique ways. Themes can now declare support for these formats, and the Write/Edit Post screen gets a new meta box for selecting the format. This matters because it gives theme developers a standardized way to present varied content without requiring custom fields.

What query enhancements should developers know about?

WordPress 3.1 supercharges the WP_Query class with powerful new parameters. You can now run complex queries for posts across multiple post types or taxonomies in a single loop. The introduction of post_type archives allows you to create dedicated archive pages for any custom post type, just like you have for standard posts. This is a huge step forward for building complex, content-rich sites without messy workarounds.

How is the writing process more streamlined?

The writing interface is cleaner and more focused. The distracting post preview button has been removed, and the Save and Publish buttons are now in a more logical, prominent location. The new distraction-free writing mode, activated by clicking the fullscreen icon, hides all admin menus so you can concentrate solely on your content.

What's new for WordPress Multisite networks?

Multisite (formerly WordPress MU) gets a major upgrade with a centralized Network Admin dashboard. This new area allows super admins to manage all sites, users, themes, and settings across the entire network from a single location. It effectively replaces the need to navigate to individual site dashboards for network-wide tasks, making administration far more efficient.

FAQ

How do I enable the new Admin Bar?
The Admin Bar is on by default for logged-in users. If you need to disable it, you can remove its functionality by adding add_filter( 'show_admin_bar', '__return_false' ); to your theme's functions.php file.

Can I use the new query features on my existing themes?
Absolutely. The enhancements to WP_Query are backward compatible. Your existing loops will continue to work, and you can start using new parameters like 'post_type' => 'any' in new queries without any theme updates.

What happens if my theme doesn't support Post Formats?
If a theme doesn't declare support for Post Formats, the meta box will not appear on the editing screen, and the format information will be ignored. The feature is entirely theme-dependent.

Is the Network Admin available on standard WordPress installations?
No, the Network Admin menu is only visible and functional on a WordPress Multisite network. It will not appear on a standard single-site installation.

How does the internal linking feature work?
When you click the link button in the editor, a new search tool appears. It lets you search your existing content and instantly insert a link to it, which is much faster than manually copying and pasting URLs.

Releases In Branch 3.1

Version Release date
3.1.4 14 years ago
(June 29, 2011)
3.1.3 14 years ago
(June 12, 2011)
3.1.2 14 years ago
(April 26, 2011)
3.1.1 15 years ago
(April 04, 2011)
3.1.0 15 years ago
(February 23, 2011)