if_article_id
The if_article_id tag is a conditional tag and always used as an opening and closing pair, like this…
<txp:if_article_id>
...conditional statement...
</txp:if_article_id>
The tag will execute the contained statement if the article id associated with a particular article matches the id attribute. Should be used in an article form/container. The id attribute must be used in an article list context (when producing a page that displays more than one article) or the tag will do nothing.
attributes
id="current article's ID" (integer)
notes
genealogy
Version 4.0.7
Display info if the article id matches
<txp:if_article_id id="33">
<p><txp:title /></p>
</txp:if_article_id>
What this does…
Displays the article title if the id of the current article is 33.
Other tags used: title