MTRelatedEntriesByKeyword

出自LemonWiki

跳轉到: 導航, 搜尋

Work well at MT 2.661

[編輯] installation

[編輯] modify the MT template

the following is my modification ( insert them before <MTEntryIfAllowComments> )
<div class="comments-head">相關文章</div>

<div class="blogbody">
<ul>
    <MTRelatedEntriesByKeyword>
    <MTEntries lastn="7"><li><a href="<$MTEntryPermalink$>" title="<$MTEntryTitle$> (with keywords: <$MTEntryKeywords$>)"><$MTEntryTitle$></a></li></MTEntries>
    </MTRelatedEntriesByKeyword>
</ul> 
</div>
they will show the latest related 7 articles
  • Do not forget to specify the keywords of each articles (separate by space. I recommend use 'long_words' instead of 'long words')
AD Area