One of the new features of MovableType 3.31 is Tag. I still use the old template files. I don’t know if the new template includes it or not.
The tag is good facility to organize post by tag word. You can also know which tag word is mentioned most often.
Let me DIY my templates.
1) Add a module, Tag Cloud.
tagcloudmodule


2) Add following code into the sidebar or someplace you like.

<$MTInclude module="Tag cloud" $>

3) If you want Tag displayed in the Individual Entry Archive, add following code into this template.

 <MTEntryIfTagged>
 The entry "<$MTEntryTitle$>" is tagged:
 <MTEntryTags glue=", "><$MTTagName$></MTEntryTags>
 </MTEntryIfTagged>

Rebuild relative files, all done.
Now, when you add a new post with Tags, the tag cloud and tagged words will be shown in the right place.

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 *