安裝了 *Process Tags plugin*
Process Tags plugin :: Kalsey Consulting Group
這個plugin 主要可以能讓某些頁面,在template之外,繼續處理MT tag。
例如,一般文章(entity)中我們是不能用MT tag的,
但是裝了這個plugin,然後在相關的templates中的MT tag上修改參數,就可以讓文章也能使用MT tag了。
這有什麼好用?因為我等一下要裝photo gallery。為了要讓gallery可以在文章裡面用,所以先裝這個。
使用範例
<MTCategoryDescription process_tags="1">下載 Process Tags 1.0 安裝 # 解壓縮 # 複製processtags.pl 至 (mtdirectory)/plugins/processtags.pl # 複製postproc.pm 至 (mtdirectory)/extlib/bradchoate/postproc.pm

In new version MT (2.66), this code will appear some error. like this "Subroutine add_global_filter redefined at /home/username/htdocs/cgi-bin/extlib/bradchoate/postproc.pm line 22."
解決辦法:
把這行 line 22 "*MT::Template::Context::add_global_filter = \&add_global_filter;" 註解起來(用"#"號),就可以了。
因為新版的 MT 不再需要進行這個宣告。
原文在此
http://www.movabletype.org/support/?act=ST&f=20&t=5649