MTBlogURL
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.
Displays the absolute URL of the blog. The URL always ends with a /.
Usage
<div class="widget-blogs widget">
<h2>Blogs</h2>
<mt:Blogs>
<mt:If name="__first__">
<ul>
</mt:If>
<li><a href="<$mt:BlogURL$>"><$mt:BlogName$></a> <span class="count">[<$mt:BlogEntryCount$>]</span></li>
<mt:If name="__last__">
</ul>
</mt:If>
</mt:Blogs>
</div>
Modifiers
id=”blog_id”
Specifies the ID of the blog. When this modifier is specified, it outputs the absolute URL of the blog with the specified ID. The following sample outputs the absolute URL of the blog with an ID of 10.
<$mt:BlogURL id="10"$>