上次介绍的是不用Plugin的表示最近引用的方法,这回说一下利用Plugin来表示引用的方法。
到下面下载并保存为Recents.pl文件,然后放到MT的plugins文件夹里。
http://www.h-fj.com/mt_plugins/Recents.txt
在想显示引用的地方,比如首页上安放下面的代码,
<dl>
<MTPingsRecent lastn="20" ping_sort_order="descend">
<dt><MTPingsRecentIfEntry><a href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>"><$MTEntryTitle $></a>(<$MTEntryDate format="%Y/%m/%d"$>)</MTPingsRecentIfEntry></dt>
<dd><MTPingsRecentIfPing>
<MTPingsRecentHeader></MTPingsRecentHeader>
<a href="<$MTPingURL$>" rel="nofollow" title="<$MTPingTitle encode_html="1">" target="_blank">
<font style="BACKGROUND-COLOR: tomato ; color: black ">from:</font> <$MTPingBlogName$>: <$MTPingTitle$></a> <$MTPingDate format="(%Y/%m/%d)"$>
<MTPingsRecentFooter></MTPingsRecentFooter>
</MTPingsRecentIfPing></dd>
</MTPingsRecent>
</dl>
20就是显示最近的20篇引用的意思。