Not a developer? Go to MovableType.com

Documentation

EntryIfExtended

Conditional tag that is positive when content is in the extended text field of the current entry in context.

Example

<mt:Entries>
    <h2><mt:EntryTitle></h2>
    <mt:EntryBody>

    <mt:EntryIfExtended>
        <a href="<mt:EntryPermalink>">Read more...</a>
    </mt:EntryIfExtended>
</mt:Entries>

Note that the EntryIfExtended conditional tag set also works with Pages, within a <mt:Pages> context.

Back