title
The title tag is a single tag which is used to return the title of the article being displayed. It is usually used in an article form.
attributes
no_widow="Whatever is set in Advanced Preferences" (boolean)
Display an article title
<h2><txp:title /></h2>
<div class="post">
<txp:author /> @ <txp:posted /><br /><txp:body />
</div>
What this does…
Shows the current article title as the page heading, a few other pieces of information such as the article’s author and posted date, then the article body itself.
Display a hyperlinked title
<txp:permlink><txp:title /></txp:permlink>
What this does…
Wraps a permanent link to the current article around its title.
Other tags used: permlink