WordPress 2.2
距離上一版隔了一個多月,WordPress 2.2 已經推出了,這版的新功能、改進可以看大神的文章WordPress 2.2,升級步驟跟往常差不多,需要注意的是最好在把新版檔案放上去之前刪掉舊版檔案,因為有好幾個檔案都改名了,另外跟資料庫改過語系的人比較相關的是,這次在 wp-config.php 加入了兩個新變數,以後不用自己改 php 了,直接在 wp-config.php 設定即可,例如我學苦牢之最後一年一樣設定了
define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ‘utf8_general_ci’);
另一個重要改變是引入了 Widgets!我想換個支援 Widgets 的 theme 了…
related articles
- WordPress 2.3.3 (February 13th, 2008)
- WordPress 2.3.2 (January 5th, 2008)
- 近況 (December 3rd, 2007)
- 消失和還在的 robots.txt (October 9th, 2007)
- WordPress 2.3 和 Table ‘wp_post2cat’ doesn’t exist 錯誤訊息 (October 7th, 2007)




July 1st, 2007 at 14:24
[...] WordPress 2.2 開始已經內建 Widgets 支援,一直很想試試,昨天在 Theme Viewer [...]