Hi,
Really love working with couch. I'm kinda new in coding thoug so I could use a little help.
I've created a nested pages menu for the 'gallery' part of a website so the client can add a page and subpages if he likes.
I have also created a menu list so the user can navigate to a subpage. Now I would like to create something of a list view for the submenu's. But instead of showing the data of de child pages beneath the visited page, the list show's all the data.
There must be a simple solution, I can't seem to find it though.
this is my code:
<cms:pages masterpage='impressie_nest.php' page_name=k_folder_name >
-lay out data-
<image src="<cms:show image />" alt="" width="78" height="45" href="<cms:show k_immediate_children cms:show k_nestedpage_link />"/>
</cms:pages>
Really love working with couch. I'm kinda new in coding thoug so I could use a little help.
I've created a nested pages menu for the 'gallery' part of a website so the client can add a page and subpages if he likes.
I have also created a menu list so the user can navigate to a subpage. Now I would like to create something of a list view for the submenu's. But instead of showing the data of de child pages beneath the visited page, the list show's all the data.
There must be a simple solution, I can't seem to find it though.
this is my code:
<cms:pages masterpage='impressie_nest.php' page_name=k_folder_name >
-lay out data-
<image src="<cms:show image />" alt="" width="78" height="45" href="<cms:show k_immediate_children cms:show k_nestedpage_link />"/>
</cms:pages>