Websites
A container tag which iterates over a list of all of the websites in the system.
Attributes
include_websites
modifierexclude_websites
modifiersite_ids
: an alias of theinclude_websites
attribute
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>
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.