Not a developer? Go to MovableType.com

Documentation

FeedEntries

This is a block tag to fetch entries from the specified feed.

Example

<mt:Feed uri="http://www.movabletype.org/index.xml">
  <h2><$mt:FeedTitle$></h2>
  <ul> 
  <mt:FeedEntries>
    <li><a href="<$mt:FeedEntryLink encode_html="1"$>"><$mt:FeedEntryTitle$></a></li>
  </mt:FeedEntries>
  </ul>
</mt:Feed><mt:FeedEntries>
Back