Wordpress 2.8 and Self Defined Array Problem. { 0 }
Just now i have ugraded the core of wordpress engine in this website to the new wordpress 2.8 but suddenly the website front-end become unformatted as it used to be, some images and posts gone plus most of the link is broken.
After further investigation i found that the problem is because of global category id variables which used to split and hold the portfolio and blog section have no value, it is because the dropdown category box at the theme options which is populated from self defined array is not working and blank.
Gooling it around but helpless till i went to wordpress support discussion, and found that it is the bugs of wordpress 2.8 engine. The patch is out bundled within the wordpress 2.8.1 which is currently in beta version. So i upgrade the engine into nightly build wordpress 2.8.1 engine, and it solved the problem hooray
First change the version value at wp-includes/version.php into “2.8.1-beta” then run the core upgrade from tools » upgrade and you done.
Leave a Reply