作者:
最后更新于 | 最初发布于 | 分类: MT笔记
今天,天气很奇怪,很忙,先是阴天,中午下了一阵小冰雹,间或有雷声,然后是小雨,到我下班的时候,是暴雨,现在是晚上10点半,天气晴朗。
扯了这些,讲讲在MovableType上新装的两个plugins。
前些天,试了试Technorati Tags.,觉得照着它的介绍做,在添加Tags时,很不方便,尤其在某篇文章想添加多个Tags时,不知如何是好。
于是,找了这两个plugs:
Technoratitags和Mtifempty
Put TechnoratiTags.pl in the plugins directory for your Moveable Type installation and make sure that the permissions make it readable by the web server.接下来在Template文件中,添加
<$MTTechnoratiTags$>
好了,现在,只要在Keywords中添加tag就可以了,若要添加多个,中间空格即可。
新问题产生,如果先前没有添加过keywords的文章,将留下空白,所以引进了Mtifempty插件。
同样,非常简单:
Upload the included files to the following locations: * (mt home)/plugins/ifempty.pl
* (mt home)/php/plugins/block.MTIfEmpty.php
* (mt home)/php/plugins/block.MTIfNotEmpty.php
之后,在Template的适当位置