一个movabletype程序多个movabletype博客最新文章的输出
movable type作为一个强大的博客系统,可以在一个movable type程序中建立多个movable type博客,如何在其中一个movable type中输出所有博客的最新文章呢?
参考movable type官方文档,可以在[MTEntries]中指明blog id即可,原文:
blog_ids - This attribute allows you to aggregate entries from other blogs into your MTEntries listing. Blogs are specified by their blog IDs in a comma-delimited fashion. (e.g. [MTEntries blog_ids="1,12,19,37,112"]). A value of all expands the context to all blogs in the installation. This feature is available only in Movable Type Enterprise.
原文地址:查看