WordPress 3.1 “Reinhardt” includes smart enhancements for a smoking hot release
Founder Matt Mullenweg personally welcomed me to update (via email announcement) to the newest release of WordPress 3.1 named “Reinhardt” in honor of gypsy born jazz guitarist. After a little digging into “What’s New”, I have to say there are a number of much anticipated improvements. Wow, there are some very smart additions the newest release.
But understandably so, since it has become the world’s most popular open source Web application. Now I understand why the famous guitarist was its namesake.”Fun” – because like Django’s music,I’m going to a great time taking advantage the improvements. Here is a breakdown of “What’s New” included in the latest release:
- Internal Linking – Interconnect existing content (FAST) through the post editor by selecting the “Link” icon. You’ll notice a new addition of a search form and scrolling list of pages and posts.
- Administration Bar – In the front-end, you’ll see the addition of an admin bar on the top of your site when you’re logged in. This eliminates several steps in repetitive processes, including editing, adding new, comments and appearance changes like widgets and menus.
- Less Intimidating Writing Interface – Now by default, seldom-used panels are hidden to lesson the “overwhelmed” response of users new to WordPress administration interface. You can easily reveal what you want by selecting the “Screen Options” tab on top right of screen.
- Window Dressing for Admin – A minor addition of an Admin Color Scheme radio selector which includes a Blue and Gray version. Gray is my preferred choice. No significant reason enough, to change.
- Post Format – similar to Tumblr Post Formats. This is where I got confused. A Post Type is explained well at WordPress Codex – Post Formats. It essential give you more control of how and where your posts are displayed, i.e. aside, gallery, link, image, quote, status, video, audio or chat. I defer to a quote in Otto’s blog: Post types are NOUNS. Taxonomy terms are ADJECTIVES. Taxonomies themselves are related groups of adjectives. – IMPORTANT: you’ll have to add support for Post Types by adding this into your functions.php file, adding addt’l format types in an array:
add_theme_support( 'post-formats', array( 'aside', 'gallery', 'quote' ) );
and use new Post Format in template via:
// in your theme single.php, page.php or custom post type if ( has_post_format( 'quote' )) { echo 'this is a quote.'; }
There’s also a really good article here on Mark on WordPress titled: Post Formats vs. Custom Post Types.
This just touches the many reasons why you should upgrade to the newest WordPress 3.1 “Reinhardt” Release. If you want to know more about the benefits of transferring your company website to WordPress, just call David at (845) 247-0909 or use the [intlink id=”241″ type=”page”]Contact[/intlink] page.