Build the related entries by TagSupplementals Plugin

Some people noticed that I have the related entries follow the main entry body.
I use TagSupplementals Plugins to implement this feature.
The installation is very simply. I don’t explain it.
The topic I want say is about how to add the code into the MovableType template.
1) Install the plugin.
2) Add tags into every entry.
3) Add the following code into Individual Entry Archive template file:
Find <p class=”entry-footer”>
Add following code after the footer section.

 <h3 class="trackbacks-header">Related Entries</h3>
 <ul>
 <MTRelatedEntries lastn="10">
 <li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
 </MTRelatedEntries>
 </ul>

4) Rebuild individual entry.
Then all posts with same tag will be associated by TagSupplementals.

David Yin

David is a blogger, geek, and web developer — founder of FreeInOutBoard.com. If you like his post, you can say thank you here

Leave a Reply

Your email address will not be published. Required fields are marked *