0

我想使用 Ditto 来显示文档列表。我似乎无法将其设置为正常工作。到目前为止,我有:

[!Ditto? &parents=`3` &documents=`10,32,339,86,303,302` &tpl=`blog_summary`!]

但这给了我文档 3 下的所有项目。

有谁知道这样做的正确方法?

谢谢!

4

2 回答 2

0

Try to set a "parents" parameter to 0 or delete parameter "parents", documents exactly are childs of document with id=3?

于 2013-04-22T06:49:09.000 回答
0

根据文档Documents: overrides parents property同上文档

所以你的代码应该是这样的:

[!Ditto? &documents=`10,32,339,86,303,302` &tpl=`blog_summary`!]

PS:maximkou 可能会失败,因为父 0 被认为是层次结构的顶层元素。

于 2013-04-22T14:10:34.247 回答