The Latest Articles:

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

I like a plugin name that tells you exactly what it does, even if it is a long name.

Easily Navigate Pages on Dashboard is one of these plugins. If you have a lot of pages on your blog, this could be a great help in quickly navigating to your pages.

I don’t tend to have a lot of pages on my sites.  But I’m working with more and more clients that are using their WP blog installs more like a traditional static site with pages instead of posts.  Time adds up finding a post to edit ( if you don’ t have the edit button installed from the front of the pages/posts).  The handy plugin provides a dashboard tree navigation to all your pages and sub-pages.  Find the post on the tree and click to edit.

It is a one trick pony plugin.  Nothing wrong with that, especially if it is a trick you need in your tool box.

If you have a lot of pages on site, try this little plugin with the long descriptive name and easily navigate to your pages on the Dashboard.

  • Share/Bookmark

Post Tags:

In January of 2008 I wrote the post: Restore your WordPress Database From Mysql 4 to Mysql 5 Recently I had the need to update a blog for a friend trying to come out of the dark ages and update his WP blog from 2.6 to 2.9.2.  He ran the autoupgrade which progressed along removing his old files till at the end it went to update the database.  He still had MYSQL 4.0 .  WP 2.9.2 won’t run on MYSQL 4.0.  The process hung right there.  No way to go back, no way to go forward.

Note to WP, you probably should check the database version first, BEFORE updating all the WP files.

I got the call for “HELP”.  I had a copy of 2.6 and was able to get his blog back up and running.  It was time to upgrade his MYSQL.  He was on Godaddy hosting. I decided to try a simple upgrade approach knowing I could do it the old way from the previous post sited above.

The simple way worked perfectly.

  1. Login to your Hosting account and make a new 5.0 MYSQL database
  2. While that is being setup go to your existing database and click on the pencil to edit (Select Backup)  THe backup will be in your db-backup folder which you can access from FTP if you need to.
  3. Once the backup is complete click the edit pencil on the New 5.0 database (Select Restore)  Use the file you just backed-up from the 4.0 database.

The final step is to change your wp-config.php file to point to your new 5.0 database.  That’s all there is to it.

If you have a different hosting company the routine might have a different way of backing up and restoring, but the process should work.

Once this was done, it was a simple auto-upgrade.  Yes, the jump from 2.6 to 2.9.2 went off without a hitch.  But don’t assume it will for you.  It all depends on your theme and plugins.

  • Share/Bookmark

Post Tags:

Domain Hosting And Site Hosting

One of the most confusing aspects of the process is trying to understand that domain hosting and Site hosting are two different things.

Publish On and WP 2.9

Did you start any draft posts between 2.9 and 2.9.1? Have you noticed when you go back to those drafts, finish the post and publish they seemed to disappear, kinda?

From PHP to HTML

PHP is great, but there is one thing about it. It has to be loaded with a call to the database to grab the data to display. Each of those “calls”, a database query takes little bit of time to execute.

File Uploads to  Your Wordpress Blog for the Road Warrior

The WP Easy Uploader is a great tool for your blogging toolbox even if you don’t use it very often.