Entry Metadata
From Movable Type
This module creates the metadata information for the entry. This is information about the entry such as author, publish date, categories, comment/trackback counts, etc.
This module is included by:
<div class="asset-meta">
<span class="byline">
<MTIfNonEmpty tag="EntryAuthorDisplayName">
By <$MTEntryAuthorLink show_email="0"$> on <$MTEntryDate format="%x %X"$>
<MTElse>
<$MTEntryDate format="%x %X"$>
</MTIfNonEmpty>
</span>
<span class="separator">|</span> <a class="permalink" href="<$MTEntryPermalink$>">Permalink</a>
<MTIfCommentsActive>| <a href="<$MTEntryPermalink$>#comments">Comments (<$MTEntryCommentCount$>)</a></MTIfCommentsActive>
<MTIfPingsActive>| <a href="<$MTEntryPermalink$>#trackback">TrackBacks (<$MTEntryTrackbackCount$>)</a></MTIfPingsActive>
</div>