Home > CMS Tutorial > WordPress > body text

WordPress 3.2: Important information you should be aware of

WBOY
Release: 2023-09-04 13:13:07
Original
512 people have browsed it

WordPress 3.2 (aka “Gershwin”) was released on July 4th, and it comes with some brand new changes you’ll want to know about. A new dashboard design, a new default theme, and other enhanced admin features make it even easier to use - let's take a closer look at the changes.

I'm an avid WordPress user; I use it for all my personal websites, all my client websites, and I've been known to develop a plugin or two. I've seen a lot of transformations since I started using it (waaayyy back in 1.5), and I'm happy to say that it went through another transformation last week. Let's break it down into the main new features you should know about:


Editor's Note: We have to make a point clear at the top, because the original wording of this article seems a bit confusing: WordPress is not a product of Automattic, it is "a product led by a core development team. An open source project with hundreds of people involved.” (Well said, Andrew!) The changes made in 3.2 are the result of a collective effort, not the contribution of a single company. While Automattic has a significant influence on the changes made in each release, hundreds of people have contributed (read the full list here). It’s the collective spirit that makes WordPress what it is, and we apologize for highlighting Automattic in the phrasing below!


New Dashboard Design

WordPress 3.2:您应该注意的重要信息

As a WordPress user, I am pleased with the design tweaks to the dashboard and the entire admin panel. The most noticeable thing is the left navigation, which is cleaner and better grouped. Highlighted titles also make it easier to understand which section of the admin you're in.

Beyond navigation, there are many subtle changes that can make a big difference. The include boxes on the dashboard and throughout the admin have been changed, the typography has been tightened, and they've rewritten some menus (e.g. changed "Tools" to "Available Tools"). What I think is a really nice touch is the addition of the "Freedoms" and "Credits" pages in the footer, which should help you understand WordPress better.


No longer supports IE6, PHP4 and MySQL4

The concept of IE6 support has been fading out for many large web businesses lately, so this is no surprise. The most significant technical change is that you need PHP5 and MySQL5 to run WordPress 3.2. This means people running older versions of both technologies will need to update to the current versions to function properly.


Updated editor - now has full screen mode!

WordPress 3.2: Important information you should be aware ofWordPress 3.2: Important information you should be aware ofWordPress 3.2: Important information you should be aware of

Full screen mode

If you continue editing posts, pages, or custom types, you'll notice that the editor has gotten a bit of a makeover, too! The icons have been redesigned (and look great in my opinion), the HTML editor now uses a monospaced font, and best of all, there's a full-screen mode.

In full-screen mode (screenshot above), everything but the simplified editor bar and some borders denoting the editing area disappear so you can really focus on writing. If your cursor doesn't move for a second or two, everything except the post's title and text will disappear until you move your cursor again. This flows very smoothly and is a nice, distraction-free way to write.


Extended Management Bar

WordPress 3.2: Important information you should be aware ofWordPress 3.2: Important information you should be aware ofWordPress 3.2: Important information you should be aware of

New management bar

At first, I wasn't too fond of the admin bar; I thought it hindered the design. Then I started using it and realized it made editing pages and posts much easier and the admin bar had limited functionality.

In 3.2, the admin bar has a separate dashboard button, "Add new content" has been expanded beyond posts, pages, and custom types, and the appearance button has been expanded and now has an update button. Under "Add New" you can now see Media, Links, Users, Themes, and Plugins. You can also manage all options under Appearance, not just Widgets and Menus. This makes it incredibly easy to manage your WordPress website from both the front-end and back-end.


New default theme: Twenty-One

WordPress 3.2: Important information you should be aware ofWordPress 3.2: Important information you should be aware ofWordPress 3.2: Important information you should be aware of

New default theme

To be honest, I am not a big fan of "Twenty". I think it's a good showcase of the new features in 3.0, but I don't like the design, and for the default theme it's very complicated to read the code; I feel like you should be able to learn how to write a WordPress theme by looking at the default theme. Blackjack brings that back.

Based on the Duster theme, Twenty Eleven has a cleaner design (I like the font they used for the body text), has multiple widget areas, and the code is easier to read. It’s also pluggable (like Twenty Ten) – making a child theme based on it is a fairly simple process. As an added bonus, “211” is a fully HTML5/CSS3 theme.


Speed ​​Optimization

As a programmer, I am a very "behind the scenes" person; I worry about load times and code optimization. That’s why I was so excited when I learned that 3.2 was faster and lighter than previous versions. They've finished and reduced the load times of the most popular pages in the admin, they've added support for incremental upgrades which means updating WordPress core and plugins is now much faster, and they've optimized the code for certain queries and security function. In addition to this, they also include caching that reduces the number of calls WordPress needs to make in certain areas, thereby reducing the amount of memory required.

In my limited use so far, I can tell WordPress runs a little smoother. Well done to Automattic and others involved in the project!


New development tools

While the list is quite long, I did want to mention that WordPress 3.2 brings a bunch of new filters, features, and changes for theme and plugin developers. Some noteworthy additions to the above list include:

    Allows retrieving comments by post type, status, author, name or parent. Get only the most recent comments widget published posts
  • Allow category queries via the $_GET parameter on non-category URLs
  • Allow custom author elements such as email
  • Don’t 404 empty post type archives
  • When upgrading plugins/themes, if the new target folder is different from the previous folder, please delete the old folder when upgrading

in conclusion

I'm very excited about 3.2. The new dashboard design is fantastic, the full-screen mode makes it easier than ever to focus on writing, and the new default theme is something the WordPress community can really be proud of. Plus, WordPress is lighter and faster, which should be a big relief for power users like me (and probably most of you). If you're interested in other new features, you can view all the changes here.

The above is the detailed content of WordPress 3.2: Important information you should be aware of. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!