Dabbling With WordPress 2.7
So I have decided to upgrade one of my blogs to WordPress 2.7 and see what all the hype is about and test out some new features. At first I was extremely disappointed with the new dashboard, I couldn’t find links to anything. I then learned that some of my plug-ins “Lighter Menu’s” specifically actually prevents you from seeing the left column bar in WordPress 2.7.
I troubleshoot this by deactivating all of my plug-ins and when the left column reappeared I added my plug-ins back one at a time until I figured out which plug-in was the culprit. So now I can display the proper WordPress 2.7 dashboard:
I have only upgraded one of my four blogs at this point and may do the other three this weekend. One good thing about my hosting company is I have full SSH access to my servers so I can just tar up my existing directory and deploy the wordpress update, I have easy back out steps if necessary.
So far the plugin activation and deactivation is lighting quick compared to WordPress 2.6.x even when you do bulk activates or deactivates. The homepage itself is more useful and streamlined, I also love the quickpost where you can just type and do some minor format changes and immediately post right from the wordpress home page. Though if you do complex tagging, or have SEO plug-ins you have to write the post the normal way.
One of the main features I am looking at implementing is a sticky post, kind of like a mini home page above your current posts, this feature will be very useful for getting across a message and will go along way to allow companies to use blogs as their primary site types in my opinion. I want to get a sticky post to work on the Rock Along Productions blog, since when people visit they don’t realize that there are new posts they just see the static page.
Note: Static page is a permanent static blog front page, but sticky post will only show 1 of your sticky posts on top of all the others, so you still see your current posts under your sticky post. This is why sticky post is valuable.
I will report more as I learn new features and functionality and see what new plug-ins take advantage of the new WordPress 2.7 in the meantime check your plug-ins carefully, I already had 3 invalidate from the upgrade, so I am sure many plug-ins may have problems until they release updates.
-Dragon Blogger
Related posts:
- Creating A Sticky Post For Your WordPress Blog A sticky post can be an essential part of your blog if you use your blog as a company or...
- Using WordPress 2.7 Quick Edit I loved the Admin Management Xtended plug-in for WordPress 2.6 which allowed me to easily update categories and some data...
- Dragon Blogger Upgraded to WordPress 2.7 I finished upgrading the remaining three of my blogs to WordPress 2.7 so all four now are running the latest...
- Improve Your WordPress Blog Load Times My most excellent and helpful web hosting company Dreamhost has done the extra research of finding out why my dragonblogger.com...
- My First Time Using WordPress Automatic Upgrade Plug-In I had downloaded the “WordPress Automatic Upgrade” Plug-in because I did want to simplify wordpress upgrades since I had never...

















@Tad
Try changing your code from if (function_exists(is_sticky)) to
if (is_sticky()) this is what I have been using successfully since the sticky is in the globals.
Randy from How To Blog Sites last blog post..Blogging Instructions – The Top Five Things You Need to Know To Blog
- spam
- offensive
- disagree
- off topic
Like