Movable Type Documentation > Appendices > Appendix: Template Tags

Blogs

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 by mt: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

This page was last updated on 2008-03-05, 16:27.  

1 User Contributed Notes

Jay Allen Author Profile Page said:

Important note: This tag supports all of the MultiBlog template tag attributes blog_ids/include_blogs and exclude_blogs for aggregating across different blogs.

Submit a User Contributed Note

User contributed notes are a great way to share the knowledge you have gained in using Movable Type.

If you have a technical question or problem, please visit Movable Type Support.

(If you haven't left a note here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)