Hi,
i'm doing a little website for friend and problem is that i wanna show all subcategories from specific clonable page (not all), for example parent page is ID = 10, and i wanna show only his children (screenshot_1).
Blog (id = 10) is for example parent, and test blog, test blog 2, are children.
I tried with nested page but it's not working, can you give me some hint & tip maybe?
And i tried with this one:
Does Couch maybe have some loop function to go through specific ID and showing all his children, something like that?
Thank you in advance
i'm doing a little website for friend and problem is that i wanna show all subcategories from specific clonable page (not all), for example parent page is ID = 10, and i wanna show only his children (screenshot_1).
Blog (id = 10) is for example parent, and test blog, test blog 2, are children.
I tried with nested page but it's not working, can you give me some hint & tip maybe?
- Code: Select all
<cms:nested_pages masterpage='page.php' id='10' extended_info='1'>
<cms:show k_nestedpage_title /><br />
</cms:nested_pages>
And i tried with this one:
- Code: Select all
<cms:pages masterpage='page.php' id='10'>
<cms:show k_page_title />
</cms:pages>
Does Couch maybe have some loop function to go through specific ID and showing all his children, something like that?

Thank you in advance
