MTRelatedEntriesByKeyword: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
Line 8: Line 8:
== modify the MT template ==
== modify the MT template ==
* modify the template of "Individual_Entry_Archive", reference: [http://jedi.org/blog/templates.html 現用模版清單 | Jedi's BLOG | Jedi.org]
* modify the template of "Individual_Entry_Archive", reference: [http://jedi.org/blog/templates.html 現用模版清單 | Jedi's BLOG | Jedi.org]
: the follwing is my modification ( insert them before <MTEntryIfAllowComments> )
: the following is my modification ( insert them before <MTEntryIfAllowComments> )
<pre>
<pre>
<div class="comments-head">相關文章</div>
<div class="comments-head">相關文章</div>
Line 23: Line 23:
: they will show the latest related 7 articles
: they will show the latest related 7 articles


* Do not forget to specify the keywords of each articles (seperate by space. I recommend use 'long_words' instaed of 'long words')
* Do not forget to specify the keywords of each articles (separate by space. I recommend use 'long_words' instead of 'long words')






[[Category:Blog]] [[Category:Tag]]
[[Category:Blog]] [[Category:Tag]]

Revision as of 08:48, 27 September 2005

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')