I want to have a parent support page with a list of titles going to sub pages.
I don't want to have more then one depth.
With PageBuilder I was using this to display sub page titles urls within the parent support page;
I also want to try and do this with dynamic pages? - A request too far perhaps? - See my other post.
I'm not sure how to make a parent page know which are its sub-pages.
Cheers,
Piers
I don't want to have more then one depth.
With PageBuilder I was using this to display sub page titles urls within the parent support page;
| Code |
<ul>
<%loop sub_page_loop%>
<li>
<a href="<%root_url%>/support/<%page_filename%>"><%page_title%></a>
</li>
<%endloop%>
</ul
I also want to try and do this with dynamic pages? - A request too far perhaps? - See my other post.
I'm not sure how to make a parent page know which are its sub-pages.
Cheers,
Piers



