Posts Tagged ‘2.8.1’
Succesfully running 2.8.1, but
I’ve updated the site to the latest release of WordPress. 2.8.1 fixes many bug found in 2.8 and I finally was ready for the update. While everything went smoothly, I did have to update my theme a bit to run some of the additional widget area.
Using the old style dynamic_sidebar( 'Utility: Header' ); didn’t work any more, while just replacing the Title of the widget area with the ID fixed this problem: dynamic_sidebar( 'utilityheader' );.
I also came across a major error with one of my plugins. AsideShop just doesn’t work with and version WordPress
Click here to continue reading