Latest entries » Web Development » WordPress 3.1 “Django”: highlights, screenshots and English/German comparison

WordPress 3.1 “Django”: highlights, screenshots and English/German comparison

♫ Django Reinhardt ♫
(1910 - 1953)

WordPress Version 3.1, named after one of the finest jazz guitarists, has been released this week.
It’s a feature update for the most part, taking WordPress one step further away from a simple blogging system, and one step closer to a solid content management system for websites.
New network admin, improved import/export function, advanced taxonomy and custom fields queries, more than 820 issues fixed,… Let’s take a look in detail with screenshots of the English and German version.

Top 4 Highlights:

  • Admin Bar
  • Internal Linking
  • Streamlined writing interface
  • Custom Post Styles

Admin Bar

You can enable/disable the admin bar in your user profile:


Internal Linking (link to existing posts and pages)


Streamlined writing interface


Custom post styles (different styles for different types of posts)

Be sure to enable theme support in your theme’s functions.php:

add_theme_support( 'post-formats', array( 'aside', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video', 'audio' ) );

Links:

WordPress 3.1 Download
WordPress 3.1 Codex
WordPress 3.1 Changelog

Post to Twitter Post to Facebook Post to Delicious Post to StumbleUpon

Leave a Comment