MTRelatedEntriesByKeyword: Difference between revisions
Jump to navigation
Jump to search
m (1個修訂) |
m (5個修訂) |
(No difference)
|
Latest revision as of 14:36, 21 June 2009
Work well at MT 2.661
installation[edit]
- download the MT plugin from David Raynes: MTRelatedEntries ByKeyword 2002-12-17
- upload the relatedkeyword.pl to {MT}/plugins/
- chmod relatedkeyword.pl to 755
modify the MT template[edit]
- modify the template of "Individual_Entry_Archive", reference: 現用模版清單 | Jedi's BLOG | Jedi.org
- 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')