tag_glue
How to use:
- Download tag_glue.txt to the server that your Movable Type installation is on.
- Rename tag_glue.txt to tag_glue.pl and put it into your mt/plugins directory.
- Edit a Movable Type template and find a tag whose value you would like to join with glue.
- Add the attribute 'glue="x"' to the tag, where x is the character or characters you would like to use as glue. For example, using the <$MTCategoryLabel$> tag:
<$MTCategoryLabel tag_glue="+"$>
- Rebuild your template.
Notes:
- This tag works by splitting up a tag's values by spaces. For example, if your tag's value is "Boston Music", and you used "+" as your glue, the results would be "Boston+Music".
Any questions, just email peter at prwdot dot org
- Peter Wood