2
edits
No edit summary |
m (5個修訂) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
== installation == | == installation == | ||
* download the MT plugin from [http://www.rayners.org/2002/12/mtrelatedentries_bykeyword.php David Raynes: MTRelatedEntries ByKeyword] | * download the MT plugin from [http://www.rayners.org/2002/12/mtrelatedentries_bykeyword.php David Raynes: MTRelatedEntries ByKeyword] 2002-12-17 | ||
* upload the relatedkeyword.pl to {MT}/plugins/ | * upload the relatedkeyword.pl to {MT}/plugins/ | ||
* | * chmod relatedkeyword.pl to 755 | ||
== 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 | : 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 ( | * 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]] | ||