Not a developer? Go to MovableType.com

Documentation

SearchResultsHeader

The content of this block tag is rendered when the item in context from search results are the first item of the result set. You can use the block to render headings and titles of the result table, for example.

This tag is only recognized in SearchResults block.

Example:

    <mt:SearchResultsHeader>
    <h3>Look what we found!</h3>
    </mt:SearchResultsHeader>
Back