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.
Returns the value of the AdminCGIPath configuration directive if set. Otherwise the value of the CGIPath directive is returned.
The URL path to the directory containing the Movable type CGI scripts. The value of the CGIPath configuration directive.
The relative URL (path) extracted from the CGIPath setting in mt-config.cgi.
The name of the comment script. Typically mt-comments.cgi.
The output of the DefaultLanguage setting in mt-config.cgi.
This tag is used by the system to display the text of any user error message.
Automatically generates an absolute URL to an index template or specific entry in the system. One of the following attributes are required:
Attributes:
template - The name of the index template.entry_id - The numeric system ID of the entry.Example:
<a href="<$MTLink template="About Page"$>">My About Page</a>
or
<a href="<$MTLink entry_id="221"$>">the entry about my vacation</a>
The value of the PublishCharset directive in the system configuration.
The value of the StaticWebPath directive in the system configuration.
The name of the TrackBack system script. Typically mt-tb.cgi.
The version number of the Movable Type system.
The name of the XML-RPC system script. Typically mt-xmlrpc.cgi.