Not a developer? Go to MovableType.com

Documentation

dirify

Converts the input into a filename-friendly format. This strips accents from accented characters and changes spaces into underscores (or dashes, depending on parameter).

The dirify parameter is most typically set to “1”, “-” or “”. “1” is equivalent to “”.

Example

<mt:EntryTitle dirify="-">

which would translate an entry titled “Cafe” into “cafe”.

Back