Page 2: WordPress 2.5 Dashboard First Impressions
I think the main reason that a lot of people are squaking about the 2.5 upgrade is because it’s different and not what you’re used too. People naturally fight change and resist new ideas they’re not used to. I think that the layout of is great, and it’s as it “should have been” from the beginning because it’s a bit more intuitive. I always thought the WP dashboard was a bit weird to navigate, but I just accepted it and got used to it over time. My first impression logging into the new WordPress 2.5 dashboard was – “WOW!”:

Right away you notice that you have a bright strip with options to write a page or post, very handy since that’s what we do most often. Other than the obvious “style” changes, the things that have moved are the “dashboard” link which went to a tab at the top, and at top right links have been added to both “help” and “forums”. “Blogroll”, “Presentation”, and “Options” have all been removed. In this pic “cformsII” has been added by my “contact forms” plugin. Presentation was renamed to “Design” and “Options” is now “settings” (to the right), and “Plugins” and “Users” has been moved to the right as well.
I like the new layout better, you get quick stats at a glance, you get posts, pages, comments, categorys, tags, and draft stats all at once. The addition of tag and draft stats appears to be new. It also tells you what theme, how many widgets, wordpress version, and askimet info. In my dashboard you also see subscriber stats which comes from the WP View Subscriber Info plugin by MaxPower.
Directly below this block are recent comments and incoming links. I like the fact that each blog is a fixed width that scrolls. In incoming links the “See All” link still takes you to google blog search, but both the edit and RSS links are new. So now, you can add an RSS feed to your incoming links to your feed reader. But wait – there’s more! When you click “edit” you can change what RSS feed to use to monitor incoming links. You could change it to Yahoo, the regular google index, MSN Live Search, Technorati, or whatever you want. You control how many items to show, and whether or not to display the date. I’m changing mine to “20”.

In a new twist, both the WordPress Development Blog and Other WordPress News RSS feed blocks have “edit” capabilities as well, and can load any RSS feed you like in those blocks as well. w00t!
Since we’re here, let me show you just a few pimp tricks for your new WordPress 2.5 Dashboard home.
Add a “Notes” section to your WordPress Dashboard
This is something I think that WordPress should have by default, a section where you can write a “to-do” list for yourself or other author’s. You can’t just stuff everything into draft posts. This creates a digital scratch pad or sticky note for you to work with. The plugin that does this has the unfortunate name of Headache with Pictures. This plugin unfortunately also has been abandoned by the author (the plugin page and web site are gone) – so the previous link is a zipped copy of my version, which appears to work just fine in WordPress 2.5. As you can see in the example pic below, this plugin just ads a “notes” section to your dashboard home. Just type in your notes and “save” and they’ll be there next time you login (very handy!).

I also have the official WordPress.com Stats plugin installed. Now, in my dashboard home (if I’m logged in) I also get a snapshot of my stats in quick-view:

It shows views, top posts, top searches, and Most Active at a glance.






My day job is a Test Engineer so I don’t trust developers =)~ . I personally would like to see how my blog fares with major releases by creating a copy of my production blog into a test site and upgrade that test site to WordPress 2.5.
After upgrading, I found out first hand that I had a problem with easy gravatars, lazyest gallery, popularity contest, link harvester, and my own NowThen Photo Display plugin. So many things broke at once. Luckily I was also able debug and fix my blog in the background without visitors seeing all the issues.
I’ve outline the necessary steps to create a test blog here.
It’s totally worth it if you have many visitors to your site.
Thaya Kareesons last blog post..Make WP-PostViews Work with WP-Super-Cache
I usually install all the updates on my local machine and tests all the plugins. When I am satisfied with all of the related themes and plugins, I copy all the files to to my live server.
I upgraded to 2.5 and it is working perfectly right for me.
Shafiq Rehmans last blog post..TP-LINK TD-W8920G Wireless ADSL2 Router Review
Nice post….:)
But Instead of doing manual upgradation i recommend to use Automatic Upgrade plugin (http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/)….:D
it’s very easy to use ….and i does all the pre and post upgrade tasks…
I upgraded one of my blog using it and it took me just 1 minute to do upgradation 😀
That’s a popular plugin, but one that I would never recommend for most people. You have to check the compatible plugin list every time before upgrading, just to be sure you don’t have a big conflict. If that plugin could do an automatic check of that list before upgrading, I might think about it. For now, the safest way to upgrade is manually…
I would also suggest downloading the xampplite package. It is basically a no install apache / mysql self setup local website.
This gives you the luxury of running your own local copy of your website, so you can test upgrades or code changes locally before uploading for the world to see.
Tarkan
I really like the local testing idea! I might give that a shot one of these days.