21 五月, 2007
Posted by: asd In: blog
Plugin
Version
Description
Admin Drop Menus
1.2
管理頁面的功能選項以 Drop Menu 方式顯示
Akismet
2.0.2
阻擋垃圾評論
Get Recent Comments
1.2
最新回應
Brian’s Latest Comments
1.5.7
顯示最新評論
Category Visibility-RH Rev
1.1.b9
依 user 等級顯示文章分類
iG:Syntax Hiliter
3.5
Syntax Highlighter for various programming languages
LiveCalendar
1.9rc4
Calendar navigation
Markdown Extra
1.1.2
使用易讀易寫的text format 作簡易的排版
Random Posts for Chinese
1.0
Displays a configurable list of random posts
WordPress.com Stats
1.0
Tracks views, post/page views, referrers, and clicks
Pagebar
1.3.2
Page navigation
21 五月, 2007
Posted by: asd In: blog
Brian’s Latest Comments 功能為顯示最新評論的外掛。安裝啟用後,編輯側邊 sidebar 頁面,增加
blc_latest_comments();
函式原型為 :
blc_latest_comments(number of posts, number of commenters per post, hide track/pingbacks, prefix, postfix, fade_old, range_in_days, newest_color, oldest_color)
21 五月, 2007
Posted by: asd In: blog
Category Visibility 外掛可以依 user 等級限制能否看到某個文章分類,例如我有一個分類叫工作日誌,我想記錄每天上班作的事情,但不想被別人看到,只有登入 admin 才能看到。安裝啟用後會在「管理」項看到「Category Visibility」tab。
23 一月, 2007
Posted by: asd In: blog
參考官網的 How to Upgrade in Five Steps,將wordpress升級至2.1版。同樣地,也必須修改wp-includes/wp-db.php,在 $this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword)下面,加入底下這行解決中文亂碼。
$this->query(『SET NAMES ‘utf8′ 『);
10 六月, 2006
Posted by: asd In: blog
測試專為 markdown 1 語法打造的 foonote 2 外掛,使用方式很簡單,只要再 keyword 後面加上
keyword[^1]
並在文章最後加上說明即可
[^1]: some description
參考網站
Markdown Footnotes
a kind of format text syntax ↩
reference index ↩