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...
- 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...
- 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...
- WordPress Plugin: Dashboard Pending Review – Keep Track of Guest Posts I highly recommend this Dashboard Pending Review plug-in if you run a contributor blog where you approve posts that are...
| via FaceBook, Twitter, RSS or Email | ![]() |
Enter your email and subscribe now!
Tags: blogging, blogging with wordpress, initial review of wordpress 2.7, upgraded to wordpress 2.7, wordpress 2.7, wordpress sticky post, wordpress upgrade










December 12th, 2008 at 2:13 pm
I installed it on 5 different blogs between yesterday and today.
I found the new lay out frustrating at first but I do like a lot of the new features. Once I got them working.
Speaking of plugin conflict if you have the WordPress Automatic Update plugin installed, you won’t be able to use the automatic plugin installer until you disable it.
Other than that everything went pretty smooth.
Randy from How To Blog Sites last blog post..WordPress 2.7 Problems
[Reply]
December 13th, 2008 at 1:23 pm
I finally broke down and upgraded dragonblogger.com to wordpress 2.7 and am learning new stuff, one of my plug-ins clearly doesn’t work right.
[Reply]
December 12th, 2008 at 8:53 pm
I like it but prefer the old simple interface. I love Tumblr because it’s so stripped down. I’d love to find a middle ground between that and 2.7
Damiens last blog post..Life is Short, Eat at the Buffet
[Reply]
February 25th, 2009 at 1:47 pm
I am using WP version 2.7.1 for my site and have been trying to do exacly what you mention in this post, namely use the new sticky function to put static information at the top of my post page so that it can serve as the main landing page for my new startup.
But I can’t get the footer text and formatting to hide for the sticky post without having it apply globally to all posts on the main page. I think that since the new WP version considers stickies to be a new class that I can get it to work with some use of the “if (function_exists(‘is_sticky’))” in my theme’s code, but I can’t get anything to bite.
Any ideas? Thanks in advance!
Tad Furtados last blog post..De-stacking Your Magazine, Newspaper and Book Pile
[Reply]
February 25th, 2009 at 2:09 pm
I have same problem, I can’t figure out how to remove the footer stuff/tags…etc just for the sticky post. I will research this more and do a 2nd post if I find out how.
[Reply]
February 25th, 2009 at 2:11 pm
I’ll do the same. Thanks!
Tad Furtados last blog post..De-stacking Your Magazine, Newspaper and Book Pile
[Reply]
February 26th, 2009 at 6:22 am
@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
[Reply]