This tag makes it possible to create structured lists of content by getting data again with changed rules.
Attributes
You can define every attribute that you can for <b:get>
Attributes that aren't defined are inherited from parent (except for where and parent).
where |
If given, indicates the condition or conditions that contents must satisfy to be selected. In the where clause, you can use any of the functions and operators that MySQL supports, except for aggregate (summary) functions. See MySQL documentation Chapter 11, Functions and Operators. You have to define either where or parent in recursion. |
parent |
Restrict received entries to given relative parent url. You can use url received from <b:page.metadata.url/> or <b:data.metadata.url/>. You have to define either where or parent in recursion. |

