tag_glue

How to use:

  1. Download tag_glue.txt to the server that your Movable Type installation is on.
  2. Rename tag_glue.txt to tag_glue.pl and put it into your mt/plugins directory.
  3. Edit a Movable Type template and find a tag whose value you would like to join with glue.
  4. 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="+"$>
    
  5. Rebuild your template.

Notes:

Any questions, just email peter at prwdot dot org

- Peter Wood