Not a developer? Go to MovableType.com

Documentation

IfNonZero

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

Attributes:

  • tag

    A tag which is evaluated and tested for non-zeroness.

  • name or var

    A variable whose contents are tested for non-zeroness.

Back