Not a developer? Go to MovableType.com

Documentation

Websites

A container tag which iterates over a list of all of the websites in the system.

Attributes

Example

<ul>
<mt:Websites site_ids="all">
    <li>
        <a href="<mt:WebsiteURL>">
            <mt:WebsiteName>
        </a>
        <span class="count">
            <mt:WebsitePageCount singular="1 page" plural="# pages">
        </span>
    </li>
</mt:Websites>
</ul>
Back

1 Comment

Shmuel Fomberg

Shmuel Fomberg on March 4, 2012, 6:58 p.m. Reply

For specifying the sites that you want to include, you can use the “site_ids” attribute.