首页增加了最新评论显示
新建模板:
<MTEntryIfAllowComments> <div class="module-archives module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <MTComments lastn="25" sort_order="descend"> <MTCommentEntry> <li class="module-list-item"> <p class="posted"> <a href="<$MTEntryPermalink$>#more"> <$MTCommentBody$></a> <br />By <$MTCommentAuthor$> at <$MTCommentDate$></p> </li></MTCommentEntry> </MTComments> </ul> </div> </div> </MTEntryIfAllowComments>
然后在首页索引模板里面加上调用代码:
<$MTInclude module="link"$>
Very nice site!
Comment by John — September 16, 2006 @ 8:29 pm