在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>
评论:
谢谢,在你这里找到了这个功能。
Posted by: web律师楼 | 2007年05月04日 上午10时55分
非常感谢!
Posted by: 城市印象 | 2007年06月24日 下午02时57分