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.

<MTInclude>

Includes a template module or external file at this point. One and only one of the following attributes must be specified:

Attributes:

  • module - The name of a template module in the current weblog.
  • file - The path to an external file on the system. The path can be absolute or relative to the Local Site Path. This file is included at the time your page is built. It should not be confused with dynamic server side includes like that found in PHP.

The contents of the file or module are further evaluated for more Movable Type template tags.