Tagging is important. MovableType does not support tagging. There is a plugin for it, but it only applies to MovableType 3.16 or higher, not my MovableType 2.66.
So I leveraged category as tag in MovableType 2.66. To add enough categories that covers all the “tag” I want to create. Maybe in the future, I need someways to automate the creating, mapping and final “save” action of the tagging system on MovableType.
Meanwhile, I added many tag related feature to this blog, like the flickr photo with the same tag also comes to the site.
New Template (after Nov 17, 2005):
n = CInt(e.className)
e.style.fontSize = "90%"
If n > 2 Then e.style.fontSize = "95%"
If n > 4 Then e.style.fontSize = "100%"
If n > 8 Then e.style.fontSize = "110%"
If n > 16 Then e.style.fontSize = "120%"
If n > 64 Then e.style.fontSize = "130%"
If n > 128 Then e.style.fontSize = "140%"
If n > 256 Then e.style.fontSize = "150%"
End If
Next
<$MTArchiveCategory$>
Old template (before Dec 17, 2005):
n = CInt(e.className)
e.style.fontSize = "90%"
If n > 2 Then e.style.fontSize = "95%"
If n > 4 Then e.style.fontSize = "100%"
If n > 8 Then e.style.fontSize = "110%"
If n > 16 Then e.style.fontSize = "120%"
If n > 64 Then e.style.fontSize = "130%"
If n > 128 Then e.style.fontSize = "140%"
If n > 256 Then e.style.fontSize = "150%"
End If
Next
<$MTArchiveCategory$>
<$MTEntryTitle$> <$MTEntryExcerpt$>
RECENT ENTRIES <$MTEntries lastn="3" offset="1"$> <$MTEntryTitle$> <$MTEntryExcerpt$> <$MTCategoryDescription$> HISTORY ENTRIES | <$MTEntryCommentCount$> comment(s) | <$MTEntryDate format="%B %d, %Y"$> | <$MTEntryExcerpt$> 2 thoughts on “Added Tag to Category Archive Template”Leave a Reply |
I believe there is a lack of the tag “script” in the page html source. Some wrong with it!
Corrected. Thanks.