Not a developer? Go to MovableType.com

Documentation

BlogResultFooter

The contents of this container tag will be displayed when the blog id of the entry in context from search results differs from the next entry’s blog id.

This tag is only recognized in search templates.


<mt:SearchResults>
  <mt:SearchResultsHeader>
    <div id="search-results">
      <h1 id="page-title">Search Results</h1>
  </mt:SearchResultsHeader>

  <mt:BlogResultHeader>
    <p>Results from <a href="<$mt:EntryBlogURL$>"><$mt:EntryBlogName$></a></p>
  </mt:BlogResultHeader>

    <$mt:Include module="Entry Summary"$>

  <mt:BlogResultFooter>
    <p>End of <a href="<$mt:EntryBlogURL$>"><$mt:EntryBlogName$></a></p>
  </mt:BlogResultFooter>

  <mt:SearchResultsFooter>
    </div>
  </mt:SearchResultsFooter>
</mt:SearchResults>
Back