开发者

modx ditto filtering

I have this line of code: [[Ditto? &depth=3 &tpl=@FILEweb_assets/chunks/x/x.html &parents=3 &filter=template,7|endD开发者_Python百科ate,[+now+],3]]

The above line displays all items which using template 7. Now I want to make a change so that it will display all items with template 7 and 10. What should I do??

thanks


According to the documentation you can simply add another clause as follows

[[Ditto? &depth=3 &tpl=@FILEweb_assets/chunks/x/x.html &parents=3 &filter=template,7|template,10|endDate,[+now+],3]]


Ditto provides parameter &where, which accept a valid MySQL WHERE statement. I guess it should help.

&filter=endDate,[+now+],3
&where=`template!=7 AND template!=10`
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜