Welcome to MTTags.com. Hopefully, you'll discover that this a really easy place to find information about Movable Type Template Tags. If you think we could be doing something better, please let us know! If this is your first time here, be sure to stop by the information desk, because we've got a growing todo list that might already include what you were about to suggest.
The contents of this container tag will be displayed when the last entry listed by a MTSearchResults tagset is reached. This tag is only recognized in search templates.
The contents of this container tag will be displayed when the first entry listed by a MTSearchResults tagset is reached.
This tag is only recognized in search templates.
A link to edit the entry in context from the Movable Type CMS. This tag is only recognized in search templates.
Creates the search context by using the Google API to obtain results for a particular query or for pages that are similar to a particular entry. Once retrieved, the contents of this tag are looped through for each result. The type and parameters of the search are determined by the following supported attributes.
This tag is only recognized in search templates.
Attributes:
excerpt - Takes a boolean value. If set to 1 (true), the excerpt of the entry in context will be used as the query.keywords - Takes a boolean value. If set to 1 (true), the keywords of the entry in context will be used as the query.query - Issues a specific search to Google.related - Return results that are similar to a certain page. The value of this parameter can be a URL or 1. Passing a value of 1 will cause your Site URL to be used. (You should have set your Site URL in your Weblog configuration — if not you'll have to do so to make use of this option.)results - An integer between 1 and 10 specifying the number of search results to insert.title - Takes a boolean value. If set to 1 (true), the title of the entry in context will be used as the query.The attributes query, related, title, and excerpt are mutually exclusive.
A field of an individual Google search result. This tag is used in the context of a MTGoogleSearch tagset. The tag recognizes a single required attribute.
This tag is only recognized in search templates.
Attributes:
property - Specifies the field of the search result to be displayed. Values can be: "summary," "URL," "snippet," or "title." The default is "title."A conditional block which outputs its contents if the search in progress is a regular (or "straight") search.
A conditional block which outputs its contents if the search in progress is a "tag search".
A container tag whose contents are displayed only if there is no search performed. This tag is only recognized in search templates.
A container tag whose contents are displayed if a search is performed but no results are found. This tag is only recognized in search templates.
Used in the search result template to pass the IncludeBlogs parameters through from the search form keeping the context of any followup search the same as the initial search.
For example:
<input type="hidden" name="IncludeBlogs" value="<$MTSearchIncludeBlogs$>" />
The number of results found across all of the weblogs searched. This tag is only recognized in search templates.
A container tag that creates a list of search results. This tag creates an entry and weblog context that all MTEntry* and MTBlog* tags can be used.
This tag is only recognized in search templates.
An HTML-encoded search query. This tag is only recognized in search templates.
Returns the identifier of the search template (ie, "feed" or "nomorepizzaplease").