Movable Type Documentation > Designer's Guide

Movable Type 4.0 Default Templates

Index Templates

Archive Templates

System Templates

Template Modules

This page was last updated on 2007-08-10, 14:36.  

3 User Contributed Notes

Clifton Author Profile Page said:

The template module code you have here differs from that which is made available in a fresh install of MT 4.01.

The difference, as far as I can tell comes with module includes. In the above, you use:

<$MTInclude module="<__trans phrase="Tags">"$>

But in the default templates, the code is:

<$MTInclude module="Tags"$>

Please reconcile the differences so others don't pull their hair out like I did. :)

The template module "Sidebar (2-column)" provided here causes MT4 to throw multiple template errors when you paste it into a new blank template module.

Also, you should probably consider changing the names of the modules as shown on this page so that they're in line with the references inside the templates/modules themselves. For instance, "Sidebar (2-column)" needs to be named "Sidebar - 2 Column Layout" to work correctly with the other modules.

Brock Author Profile Page said:

The Tag Listing Template Module code is a little messed up. In line 5, double quotes are used within the glue argument, which ends that argument and screws up the display a little bit. It should use single quotes for class='delimiter' and class='entry-tag' within the glue argument.

Submit a User Contributed Note

User contributed notes are a great way to share the knowledge you have gained in using Movable Type.

If you have a technical question or problem, please visit Movable Type Support.

(If you haven't left a note here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)