Not a developer? Go to MovableType.com

Documentation

StaticWebPath

By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.

URL to the mt-static directory. StaticWebPath http://www.example.com/path/to/mt-static Required when moving the mt-static directory from the mt application directory. If MT files are placed in a CGI executable directory which doesn’t serve non-executable files (as often the case with cgi-bin directories),...

Read more

Documentation

SupportURL

By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.

Provides specification for which Movable Type Technical Support URL to link to. Default value: Possible values: en_US http://www.sixapart.com/movabletype/support/ ja http://www.sixapart.jp/movabletype/support/ This setting will not appear in the default mt-config.cgi file....

Read more

Documentation

TechnoratiPingURL

By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.

Deprecated: This config directive has been deprecated in MT5 The URL to which the update ping is sent when blog owners have chosen “Technorati” as a target for recently updated pings. Values Absolute URL. Default value is: TechnoratiPingURL http://rpc.technorati.com/rpc/ping...

Read more

Documentation

TransparentProxyIPs

By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.

If your webserver is behind an HTTP proxy, it will look as if all comments and trackback pings are coming from the same IP address, making it difficult (nay, impossible) to ban any particular sender's IP address. If TransparentProxyIPs is...

Read more

Documentation

App:Form

By Byrne Reese and posted in Appendix: Template Tags on December 31, 1969.

Used for application templates that need to express a standard MT application form. This produces certain hidden fields that are typically required by MT application forms. Attributes: action (optional) Identifies the URL to submit the form to. If not given,...

Read more

Documentation

Feed

By Byrne Reese and posted in Appendix: Template Tags on December 31, 1969.

Type: block Example <mt:Feed uri="http://www.movabletype.org/atom.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>...

Read more

Documentation

FeedEntries

By Byrne Reese and posted in Appendix: Template Tags on December 31, 1969.

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>...

Read more

Documentation

AdminCGIPath

By Byrne Reese and posted in Appendix: Template Tags on December 31, 1969.

Returns the value of the AdminCGIPath configuration setting. Otherwise, the value of the CGIPath setting is returned. If the value of AdminCGIPath or CGIPath is: http://www.example.com/cgi-bin/mt/ Or: /cgi-bin/mt/ Default use of: <$mt:AdminCGIPath$> Will output: http://www.example.com/cgi-bin/mt/ In the event that the...

Read more

Documentation

ArchiveFile

By Byrne Reese and posted in Appendix: Template Tags on December 31, 1969.

The archive filename including file extension for the archive in context. This can be controlled through the archive mapping section of the blog's Publishing settings screen. Example: For the URL http://www.example.com/categories/politics.html, the ArchiveFile tag would output "politics.html". Attributes: extension set...

Read more