Hello all,
I want to have a list of tags which have been used on the entries under a certain category on the category archive pages, any idea of this issue? Do I need any plugins?
I have try to used but seems not support this attributes(sort by, sort order?)
Only list the parent category or both parent and sub category is OK for me.
Thanks in advance,
Tony
Reported on Movable Type 4.2

Hi,
if I understood you right, this code should do the trick on a category archive template (e.g. for Meta Keywords):
Ok, as there is no edit function here jet, I had to correct a typo in the code above:
<MTEntries glue=", "> <MTEntryTags glue=", "> <$MTTagName$> </MTEntryTags> </MTEntries>