After years of running an old version, Wordpress was updated today to the latest version with the amazing help of Adam Scheinberg, the OSNews webmaster. I was afraid that my custom theme/plugins would stop working, but everything went very smoothly! I will be keeping Wordpress up to date now.
In the suggestion of Adam, I also installed the WPTouch plugin, which offers a mobile interface to the iPhone, iPod Touch, HTC Dream G1 & some few Blackberries, and I manually added support for the Palm Pre and more Android phones. Looks great! If you own such a device, check it out by simply loading up this blog on your browser.
Right now, Wordpress is such a joy! I even disabled two plugins I used to use since the functionality is now built-in! And for a third plugin, I didn’t have to hack it, since the functionality is now built-in! Finally, the loading of the front page feels snappier! Much happy!
Update: If you are also using WPTouch and you would like more mobile support, do this: open with a text editor the wptouch.php file, search for the word “agent”, and change this:
“iPhone”,
“iPod”,
“aspen”,
“dream”,
“incognito”,
to this:
“iPhone”,
“iPod”,
“aspen”,
“dream”,
“Android”,
“WebOS”,
“Series60/3″,
“Series60/5″,
“incognito”,
This will add support for all Android phones, Palm Pre, and the specific Nokia smartphones that use webkit. Please convert the smart quotes above to plain double quotes before you insert the text to your script.