I have a resource called 'My Projects' with the following getResources syntax:
[[!getResources? &parents=`5` &tpl=`protmp` ]]
The chunk, 'protmp', I am using as a template is simple:
<div class="indivproj">
[[*pagetitle]]
</div>
Resource ID 5 has just two child resources under it. With the code above I would expect it to display their names.
Yet when I view the 'My Projects' resource I just get the title of the parent resources repeated 4 times, eg:
My Projects
My Projects
My Projects
My Projects
Does anyone know what I am doing wrong?