Wordpress

Upgrading WordPress to 2.9.1

Keeping up with the upgrading process over here at http://www.askTheAdmin.com I just finished upgrading to 2.9.1. I backed up my database and did the automatic upgrade via my WP-Admin console as you can see here:

WPUp Upgrading Wordpress to 2.9.1

2.9.1 comes out about three weeks after the official release of WordPress 2.9

 

Bugs that came to bite Bloggers and Webmasters in the ass are now fixed including problems with scheduled posts and pages on some web hosts.

Scheduled posts would not be published at the time configured by the user but appear as missed in the list of posts forcing the webmaster to reschedule and hope for the best or to publish it manually.

There are 23 others fixes that are listed in this ‘minor’ upgrade. Five of the bugs listed have been rated high while the majority received a normal rating. Several updates fix installation and upgrade issues that webmasters might have experienced.

You can use the automatic upgrade feature or download WordPress 2.9.1 from the official WordPress website.

_TheUpgradingAdmiN_

AtA upgrades to WordPress 2.9 today.

wordpress 29 admin area 300x231 AtA upgrades to Wordpress 2.9 today.

I have learned my lesson some time back and now keep my wordpress updated as quickly as a day after release. We have a mirror site for testing first and I can announce safely that the automatic upgrade works nicely and without a hitch. There are a bunch of new features, security improvements and overall speed enhancements.

Batch Plug-in Update in Word Press

When Word Press introduced one click upgrade for pluggins, it was like Christmas in July. But this time maybe on the actual Christmas or perhaps slightly earlier with the release of Word Press 2.9, we will now be able to upgrade multiple pluggins with one click from our WordPress Admin Panel.Optimize/Repair Database Functionality

WordPress has added a new feature to the core which allows you to repair and optimize your database. In order to activate this function, you will need to add this line in your wp-config.php

define(‘WP_ALLOW_REPAIR’, true);

Once you have added it, you will now be able to run the script which is located at this URL:

http://www.yoursite.com/wp-admin/maint/repair.php

WordPress Recycle Bin / Trash

Regardless of whether you are a PC user, or a Mac user, we have all had moments when we accidently deleted something really important. But good thing about the operating systems is that they have something where our trash is stored at. In PC its called a recycled bin, and in Mac it is called the Trash, regardless of what it is called, the fact that we can restore it is what matters. WordPress has now added a similar functionality for the posts, pages, and the comments. Instead of permanently deleting these, you can now trash it and then later on empty the trash once you are completely done with what you were doing. By default WordPress will empty the trash every 30 days, but you can change the time limit by simply entering the following code in your wp-config.php:

define( ‘EMPTY_TRASH_DAYS’, 10 );

Image Editor

The image editor is something that a lot of users were waiting for and it is included in this release. This editor will let you make simple changes such as cropping, rotating, scaling, etc.

Ability to add Post Thumbnails

You have probably seen many sites displaying posts on the homepage with a post thumbnail. Or many sites having the post thumbnail next to each post in their index. Before version 2.9, it was done through custom fields. In this release, you can simply add the thumbnail when writing the post and displaying it in the template is even easier.

In order for you to have this functionality available in the admin panel, you must have a theme that supports this function. It is really simple to add support for this feature and we will have a full tutorial on this coming up soon. You will need to visit your theme’s functions.php and add the following code:

More >

Update your WordPress Blogs Today! You have been warned!

We should all take what happened to AskTheAdmin.com as a warning and keep our blogs updated. So when you log into your Wp-Admin console today and see this message:

 

image1 Update your Wordpress Blogs Today! You have been warned!

Make sure you actually do the update! I always he who laughs last has a backup but the admin that does not update his application will be hacked. Not exactly poetic but VERY VERY TRUE!

And if you do not know what I am talking about see this post here on how it happened and this post here on how to fix it!

_TheCarefulAdmiN_