exclude_websites
Use this modifier in loop tags to exclude specific websites from the aggregation where all websites are in context.
<mt:Pages exclude_websites="2,3">
<a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a>
</mt:Pages>
Similar to include_websites
, but excludes rather than includes.
See include_websites
for more info.
You can use the include_websites
and exclude_websites
attributes together in Movable Type 5.1 and later.