Not a developer? Go to MovableType.com

Documentation

IfNonEmpty

A conditional tag used to test whether a template variable or tag are non-empty. This tag is considered deprecated, in favor of the <mt:If> tag.

Attributes

  • tag: A tag which is evaluated and tested for non-emptiness.
  • name or var: A variable whose contents are tested for non-emptiness.
Back