■ 主程式

■ 目前安裝版本

  • 2007/12/31: 2.3.2
  • 2007/12/19: 2.3.1
  • 207/09/25: 2.3.0
  • 2007/7/16: 2.2.1
  • 2007/5/17: 2.2
  • 2007/5/14: 2.1.3
  • 2007/03/05: 2.1.2
  • 2007/02/22: 2.1.1
  • 2007/01/24: 2.1.0
  • 2007/01/20: 2.0.7
  • 2007/01/17: 2.0.6

■ 升級步驟:

  • rename blog to blogxxx 舊目錄更名備份
  • wget http://wordpress.org/latest.zip 下載最新版
  • unzip latest.zip 解壓
  • rename wordpress to blog 目錄正名
  • set wp-config.php 資料庫連結設定
  • chmod -R 777 blog 設定目錄可讀寫
  • update permalinks 更新文章網址的連結
  • anti-spam 留言機制設定
    • new wp-comments-post.php -> er
    • old wp-comments-post.php -> copy for spammer
  • set theme as K2 使用 K2 面板
    • header.php: modify body tag
    • style.css: add 3 new class
    • try to use “k2++Flexible+Width” to search
  • set plugins 設定外掛

■ 其他相關

■ K2~

■ sidebar – 隨機照片

<a href="http://blog.planism.com/archives/2006/12/24/747/"><img src="http://blog.planism.com/wp-content/images/sidebar/photo.php" boder="0" /></a>

■ sidebar – 生日計算

echo "<center>"; include "/home/planism/public_html/blog/wp-content/images/sidebar/birthday.php"; echo "</center>";

■ Plugins