Here's an easy way to tag your COREBlog entry. Use the subtitle field to enter your tags separated by spaces (in my case).
Then, in entry_html, look for subtitle and change it to this:
<dtml-if "_.len(subtitle)>0">
<div class="title-post">
Technorati tag(s): <dtml-in expr="subtitle.split()" prefix=seq>
<span class="subtitle"><a href="http://technorati.com/tag/&dtml-seq_item;" rel="tag">
<dtml-var seq_item></a> </span>
</dtml-in>
</div>
</dtml-if>
I know most knows what this does, but anywho .. we're iterating subtitle after splitting it. Then we construct the anchor tag and voila - instant tags.
This ought to be in the COREBlog core, methinks, since Technorati is the place to put your blog.
Trackback is http://myzope.kedai.com.my/blogs/kedai/82/tbping
