I have getResources call:
[[!getResources? &parents=`[[*id]]` &limit=`15` &tpl=`contentsectiontpl` &sortdir=`ASC` &sortby=`menuindex` &includeContent=`1`]]
In a parent resource.
I wish to only display the child resources of this parent, but the above displays both the child resources, and the resources on the same level as the parent.
Does anyone know the correct way to achieve displaying only the child resources without using the parents ID directly?
Try '-1' for &parents
Though it should not be showing the parents sibling resources - I have never seen getResources do this! you are using the call directly in the parent or including it somehow?
If possible you can also hide the parent resource and/or use the hideContainers parameter or possibly the resources parameter to exclude specific [parent] resources.