{{tpl:EntryContent}}

This tag displays the content of an entry. It is used in the template tag <tpl:entries>

Attributes

absolute_url

If this attribute is specified, the local URL is transformed to an absolute URL.

full

  • full="1" → displays the entire content including the excerpt
  • full="0" → displays only the body of an entry

Example

Display only the body of an entry in context post

<div class="post-content">{{tpl:EntryContent full="0"}}</div>

Wiki powered by Dokuwiki.