<txp:body /> single tag, 0 attributes

body

The body tag is a single tag which is used to return the text, or content, of the article being displayed (the article itself).

<txp:body /> 1 examples

Display the article text

<p><txp:title /></p>
<div class="post">
  <p><txp:author /> @ <txp:posted /><br />
  <txp:body /></p>
</div>

When used as part of your article form, this displays the article title, author and posted date, then the body text beneath that.

Other tags used: author, posted, title