Ditto - exclude a child from a parent

214 Views Asked by At

How to exclude a specific child resource from Ditto call. From parent 55, I want to exclude child resource 28.

 [!Ditto? 
      &parents=`2,55` 
      &depth=`1` 
      &tpl=`base` 
      &paginate=`1` 
      &display=`5` 
      &orderBy=`date`
 !]
1

There are 1 best solutions below

1
Sean Kimball On BEST ANSWER

It looks like you can use a filter to removed unwanted IDs check the docs

the docs outline the format, it should be:

&filter=`id,28,2`