Gossamer Forum
Skip to Content


Home : New Support Forums - Links SQL : Page Creator :

Parent page displays sub pages

Quote Reply
Parent page displays sub pages
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;

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
Quote Reply
Re: [Piers] Parent page displays sub pages In reply to
Hi,

I'm afraid that isn't actually available in this version. May be something I'd consider adding in though, once I get some free time Smile

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] Parent page displays sub pages In reply to
Understood - I will hard code it for now,

Cheers,

Piers