Type: block
A container tag which iterates over a list of all of the blogs in the system. You can use any of the blog tags (MTBlogName, MTBlogURL, etc — anything starting with MTBlog) inside of this tag set.
Optional attributes
blog_ids- This attribute allows you to limit the set of blogs iterated over bymt:Blogs. Multiple blogs are specified in a comma-delimited fashion. For example<mt:Blogs blog_ids="1,12,19,37,112">would iterate over only the blogs with IDs 1, 12, 19, 37 and 112.
Example
<mt:Blogs>
<!-- do something -->
</mt:Blogs>
Related
- Template Loop Meta Variables offer conditionals for odd, even, first, last, and counter.
1 User Contributed Notes
Important note: This tag supports all of the MultiBlog template tag attributes blog_ids/include_blogs and exclude_blogs for aggregating across different blogs.