Matt commit 了兩個 changes 5110 和 5111,這兩個 changes 新增基本的 tagging 功能,在 wp_categories table 中新增了 tag_count 這個 field 來儲存用了這 tag 文章的數量,在 wp_post2cat table 中新增了 rel_type 這個 field 來分辨是 category 或是 tag,同一個名稱可以同時是 category 和 tag。
在 Write Post 畫面中會有以下的輸入欄來輸入 tag。
在 default 和 classic theme 亦增添了顯示文章的 tag。
當然只是一些基本 tagging 功能,如不需要 UTW 強大的視覺效果和管理功能的話,這基本的 tagging 功能或許已經夠一般人使用了。


這功能不賴... 對我而言夠用了... 哈...
呃,很不错的样子。
不过已经安了UTW了...
装了 UTW 的嫌功能多,转这个。。。
恩,简单才是美的,喜欢这个~~
:dunno: 能不能帮我看看我的BLOG评论到底是怎么了?
[Can't open file: 'wp_comments.MYI' (errno: 145)]
SELECT comment_post_ID, post_title FROM (wp_comments LEFT JOIN wp_posts ON (comment_post_ID = ID)) WHERE comment_approved = '1'
http://chisdy.com
[quote comment="21035"]:dunno: 能不能帮我看看我的BLOG评论到底是怎么了?
[Can't open file: 'wp_comments.MYI' (errno: 145)]
SELECT comment_post_ID, post_title FROM (wp_comments LEFT JOIN wp_posts ON (comment_post_ID = ID)) WHERE comment_approved = '1'
http://chisdy.com[/quote]
從 Google search 到有關你這個問題的原因,應該是 wp_comments 這個 table corrupted,解決方法是在 phpMyAdmin 內進行 repair table。
没办法修复了,弄了好久都不行,不知道怎么出现的错误。