TXP:article_custom

<txp:article />

The basic article tag can be used as either a single tag or container tag and used to output one or more articles depending on the attributes used.

Default attributes will be used when nothing specific is assigned.

It may be used as a container tag, in which case it must be specified as an opening and closing pair of tags, like this:

<txp:article>
...contained statements...
</txp:article>

This is equivalent to putting the contained statements into a form named “my_form” and using <txp:article form="my_form" /> .

评论已关闭。Comments are turned off for this article.