« 钥匙折断--被人收留 | 首页 | 参加了职称英语考试 »

在MovableType中显示最近回复(Recent Comments)的两种语法

原文地址:http://www.movalog.com/archives/templates/index/recent-comments


第一种语法显示最近的N条评论(ps我抄袭的就是这个):


<MTComments lastn="5" sort_order="descend">
<MTCommentEntry>
[<a href="<MTEntryLink archive_type="Individual">#c<$MTCommentID$>" title="Comment Permalink">#</a>]
</MTCommentEntry> <$MTCommentAuthorLink spam_protect="1" show_email="0"$> <MTCommentAuthorIdentity>: <MTCommentBody convert_breaks="0" trim_to="50" remove_html="1">
<MTCommentEntry>
[<a href="<MTEntryLink archive_type="Individual">" title="<MTEntryTitle>">entry</a>]
</MTCommentEntry><br /><br />
</MTComments>


第二种语法显示最近被评论过的N条log的标题:


<MTEntries recently_commented_on="5">
<MTComments sort_order="descend" lastn="1">
[<MTCommentEntry><a href="<$MTEntryPermalink$>#c<$MTCommentID$>"></MTCommentEntry>#</a>] <$MTCommentAuthorLink spam_protect="1" show_email="0"$> <MTCommentAuthorIdentity> on <MTCommentEntry><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></MTCommentEntry>: <$MTCommentBody remove_html="1" trim_to="50"$><br /><br /> </MTComments> </MTEntries>


引用:

本篇引用地址:
https://www.vetcafe.net/cgi-bin/mt3/mt-tb.cgi/2490

评论:

谢谢,在你这里找到了这个功能。

非常感谢!

发表评论

(如果您以前没在这里发表过评论,也许您发表的评论需要Blog主人的审核才能显示在这里,感谢您的静候。)