Go to main content

If expires

Contents

Syntax

<txp:if_expires>

The if_expires tag is a conditional tag and always used as an opening and closing pair, like this…

<txp:if_expires>
    …conditional statement…
</txp:if_expires>

The tag will execute the contained statements, if a particular article has an expiry date set. Should be used in an ‘article’ type form.

Attributes

This tag has no attributes of its own. It accepts only the global attributes .

Examples

Example 1: Show when an article is to expire

<txp:if_expires>
    This article expires on <txp:expires />.
</txp:if_expires>

Other tags used: expires.

Genealogy

Version 4.0.7

Tag support added.

If you notice any kind of problem with this page's construction or content (outdated information, typos, broken links, or whatever), open an issue to have it sorted. Or have a go at it yourself. :)