I'm probably missing something obvious but this is driving me nuts!
I have a couple of different templates all with nested pages. I want to list the children of a different template on a page but I can never seem to get exactly what I'm looking for.
Shows all the children, but also includes the parent.
Using the childof parameter doesn't display anything at all.
Any help would be awesome, it's litterally the last hurdle I'm running into.

I have a couple of different templates all with nested pages. I want to list the children of a different template on a page but I can never seem to get exactly what I'm looking for.
- Code: Select all
<cms:nested_pages masterpage='parents.php' depth='2'>
<li><a href="<cms:show k_nestedpage_link />" ><cms:show k_nestedpage_title /></a></li>
</cms:nested_pages>
Shows all the children, but also includes the parent.
Using the childof parameter doesn't display anything at all.
Any help would be awesome, it's litterally the last hurdle I'm running into.
