■ 主程式
■ 目前安裝版本
- 2007/12/31: 2.3.2
2007/12/19: 2.3.1207/09/25: 2.3.02007/7/16: 2.2.12007/5/17: 2.22007/5/14: 2.1.32007/03/05: 2.1.22007/02/22: 2.1.12007/01/24: 2.1.02007/01/20: 2.0.72007/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
- Textile :簡易的 html 語法
- SpamKarma :防堵 spam,但只能防止不顯示,無法防止不被 spam 攻擊
- iG:Syntax Hiliter :在文章中標示程式碼
- This Day :歷史上的今天
- Extended Live Archive :進階版的 Archive Page,詳見中文介紹

網友留言